LoadTestProperties Class
- java.
lang. Object - com.
azure. resourcemanager. loadtesting. fluent. models. LoadTestProperties
- com.
Implements
public final class LoadTestProperties
implements JsonSerializable<LoadTestProperties>
LoadTest resource properties.
Constructor Summary
| Constructor | Description |
|---|---|
| LoadTestProperties() |
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 |
|
Resource |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| 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. |
Methods inherited from java.lang.Object
Constructor Details
LoadTestProperties
public LoadTestProperties()
Creates an instance of LoadTestProperties 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 LoadTestProperties fromJson(JsonReader jsonReader)
Reads an instance of LoadTestProperties from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ResourceState provisioningState()
Get the provisioningState property: Resource provisioning state.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDescription
public LoadTestProperties withDescription(String description)
Set the description property: Description of the resource.
Parameters:
Returns:
withEncryption
public LoadTestProperties withEncryption(EncryptionProperties encryption)
Set the encryption property: CMK Encryption property.
Parameters:
Returns: