LoadTestingAppComponent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>
type LoadTestingAppComponent = class
interface IJsonModel<LoadTestingAppComponent>
interface IPersistableModel<LoadTestingAppComponent>
Public Class LoadTestingAppComponent
Implements IJsonModel(Of LoadTestingAppComponent), IPersistableModel(Of LoadTestingAppComponent)
- Inheritance
-
LoadTestingAppComponent
- Implements
Constructors
LoadTestingAppComponent(String, String) |
Initializes a new instance of LoadTestingAppComponent. |
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
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
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. |