Share via


LoadTestingAppComponent Class

Definition

An Azure resource object (Refer azure generic resource model :https://learn.microsoft.com/en-us/rest/api/resources/resources/get-by-id#genericresource).

public class LoadTestingAppComponent : System.ClientModel.Primitives.IJsonModel<Azure.Developer.LoadTesting.LoadTestingAppComponent>, System.ClientModel.Primitives.IPersistableModel<Azure.Developer.LoadTesting.LoadTestingAppComponent>
Inheritance
LoadTestingAppComponent
Implements

Constructors

Properties

DisplayName

Azure resource display name.

Kind

Kind of Azure resource type.

ResourceGroup

Resource group name of the Azure resource.

ResourceId

fully qualified resource Id e.g subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}.

ResourceName

Azure resource name, required while creating the app component.

ResourceType

Azure resource type, required while creating the app component.

SubscriptionId

Subscription Id of the Azure resource.

Methods

Explicit Interface Implementations

IJsonModel<LoadTestingAppComponent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<LoadTestingAppComponent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LoadTestingAppComponent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LoadTestingAppComponent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<LoadTestingAppComponent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to

Product Versions
Azure SDK for .NET Preview