AzureResourceProperties Class
- java.
lang. Object - com.
azure. resourcemanager. migration. assessment. models. AzureResourceProperties
- com.
Implements
public class AzureResourceProperties
implements JsonSerializable<AzureResourceProperties>
Common properties for all azure tracked and proxy resources.
Constructor Summary
| Constructor | Description |
|---|---|
| AzureResourceProperties() |
Creates an instance of Azure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Azure |
withProvisioningState(ProvisioningState provisioningState)
Set the provisioning |
Methods inherited from java.lang.Object
Constructor Details
AzureResourceProperties
public AzureResourceProperties()
Creates an instance of AzureResourceProperties class.
Method Details
fromJson
public static AzureResourceProperties fromJson(JsonReader jsonReader)
Reads an instance of AzureResourceProperties from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The status of the last operation.
Returns:
toJson
validate
public void validate()
Validates the instance.
withProvisioningState
public AzureResourceProperties withProvisioningState(ProvisioningState provisioningState)
Set the provisioningState property: The status of the last operation.
Parameters:
Returns: