LoadTestResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. loadtesting. fluent. models. LoadTestResourceInner
- com.
- com.
- com.
public final class LoadTestResourceInner
extends Resource
LoadTest details.
Constructor Summary
| Constructor | Description |
|---|---|
| LoadTestResourceInner() |
Creates an instance of Load |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
dataPlaneUri()
Get the data |
| String |
description()
Get the description property: Description of the resource. |
|
Encryption |
encryption()
Get the encryption property: CMK Encryption property. |
|
static
Load |
fromJson(JsonReader jsonReader)
Reads an instance of Load |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
|
Managed |
identity()
Get the identity property: The managed service identities assigned to this resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Resource |
provisioningState()
Get the provisioning |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Load |
withDescription(String description)
Set the description property: Description of the resource. |
|
Load |
withEncryption(EncryptionProperties encryption)
Set the encryption property: CMK Encryption property. |
|
Load |
withIdentity(ManagedServiceIdentity identity)
Set the identity property: The managed service identities assigned to this resource. |
|
Load |
withLocation(String location) |
|
Load |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
LoadTestResourceInner
public LoadTestResourceInner()
Creates an instance of LoadTestResourceInner class.
Method Details
dataPlaneUri
public String dataPlaneUri()
Get the dataPlaneUri property: Resource data plane URI.
Returns:
description
public String description()
Get the description property: Description of the resource.
Returns:
encryption
public EncryptionProperties encryption()
Get the encryption property: CMK Encryption property.
Returns:
fromJson
public static LoadTestResourceInner fromJson(JsonReader jsonReader)
Reads an instance of LoadTestResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
LoadTestResourceInner.id()Returns:
identity
public ManagedServiceIdentity identity()
Get the identity property: The managed service identities assigned to this resource.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
LoadTestResourceInner.name()Returns:
provisioningState
public ResourceState provisioningState()
Get the provisioningState property: Resource provisioning state.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
LoadTestResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
LoadTestResourceInner.type()Returns:
validate
public void validate()
Validates the instance.
withDescription
public LoadTestResourceInner withDescription(String description)
Set the description property: Description of the resource.
Parameters:
Returns:
withEncryption
public LoadTestResourceInner withEncryption(EncryptionProperties encryption)
Set the encryption property: CMK Encryption property.
Parameters:
Returns:
withIdentity
public LoadTestResourceInner withIdentity(ManagedServiceIdentity identity)
Set the identity property: The managed service identities assigned to this resource.
Parameters:
Returns:
withLocation
public LoadTestResourceInner withLocation(String location)
Overrides:
LoadTestResourceInner.withLocation(String location)Parameters:
withTags
public LoadTestResourceInner withTags(Map<String,String> tags)
Overrides:
LoadTestResourceInner.withTags(Map<String,String> tags)Parameters: