Class CloudServiceInstanceViewInner
java.lang.Object
com.azure.resourcemanager.compute.fluent.models.CloudServiceInstanceViewInner
InstanceView of CloudService as a whole.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the privateIds property: Specifies a list of unique identifiers generated internally for the cloud service.Get the roleInstance property: Instance view statuses.Get the sdkVersion property: The version of the SDK that was used to generate the package for the cloud service.statuses()Get the statuses property: The statuses property.voidvalidate()Validates the instance.withRoleInstance(InstanceViewStatusesSummary roleInstance) Set the roleInstance property: Instance view statuses.
-
Constructor Details
-
CloudServiceInstanceViewInner
public CloudServiceInstanceViewInner()
-
-
Method Details
-
roleInstance
Get the roleInstance property: Instance view statuses.- Returns:
- the roleInstance value.
-
withRoleInstance
Set the roleInstance property: Instance view statuses.- Parameters:
roleInstance- the roleInstance value to set.- Returns:
- the CloudServiceInstanceViewInner object itself.
-
sdkVersion
Get the sdkVersion property: The version of the SDK that was used to generate the package for the cloud service.- Returns:
- the sdkVersion value.
-
privateIds
Get the privateIds property: Specifies a list of unique identifiers generated internally for the cloud service. <br /><br /> NOTE: If you are using Azure Diagnostics extension, this property can be used as 'DeploymentId' for querying details.- Returns:
- the privateIds value.
-
statuses
Get the statuses property: The statuses property.- Returns:
- the statuses value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-