CloudServiceInstanceViewInner Class
- java.
lang. Object - com.
azure. resourcemanager. compute. fluent. models. CloudServiceInstanceViewInner
- com.
Implements
public final class CloudServiceInstanceViewInner
implements JsonSerializable<CloudServiceInstanceViewInner>
InstanceView of CloudService as a whole.
Constructor Summary
Constructor | Description |
---|---|
CloudServiceInstanceViewInner() |
Creates an instance of Cloud |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Cloud |
fromJson(JsonReader jsonReader)
Reads an instance of Cloud |
List<String> |
privateIds()
Get the private |
Instance |
roleInstance()
Get the role |
String |
sdkVersion()
Get the sdk |
List<Resource |
statuses()
Get the statuses property: The statuses property. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Cloud |
withRoleInstance(InstanceViewStatusesSummary roleInstance)
Set the role |
Methods inherited from java.lang.Object
Constructor Details
CloudServiceInstanceViewInner
public CloudServiceInstanceViewInner()
Creates an instance of CloudServiceInstanceViewInner class.
Method Details
fromJson
public static CloudServiceInstanceViewInner fromJson(JsonReader jsonReader)
Reads an instance of CloudServiceInstanceViewInner from the JsonReader.
Parameters:
Returns:
Throws:
privateIds
public List
Get the privateIds property: Specifies a list of unique identifiers generated internally for the cloud service.
NOTE: If you are using Azure Diagnostics extension, this property can be used as 'DeploymentId' for querying details.
Returns:
roleInstance
public InstanceViewStatusesSummary roleInstance()
Get the roleInstance property: Instance view statuses.
Returns:
sdkVersion
public String sdkVersion()
Get the sdkVersion property: The version of the SDK that was used to generate the package for the cloud service.
Returns:
statuses
public List
Get the statuses property: The statuses property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withRoleInstance
public CloudServiceInstanceViewInner withRoleInstance(InstanceViewStatusesSummary roleInstance)
Set the roleInstance property: Instance view statuses.
Parameters:
Returns:
Applies to
Azure SDK for Java