Class CloudServiceInstanceViewInner


  • public final class CloudServiceInstanceViewInner
    extends Object
    InstanceView of CloudService as a whole.
    • Constructor Detail

      • CloudServiceInstanceViewInner

        public CloudServiceInstanceViewInner()
    • Method Detail

      • roleInstance

        public InstanceViewStatusesSummary roleInstance()
        Get the roleInstance property: Instance view statuses.
        Returns:
        the roleInstance value.
      • withRoleInstance

        public CloudServiceInstanceViewInner withRoleInstance​(InstanceViewStatusesSummary roleInstance)
        Set the roleInstance property: Instance view statuses.
        Parameters:
        roleInstance - the roleInstance value to set.
        Returns:
        the CloudServiceInstanceViewInner object itself.
      • 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:
        the sdkVersion value.
      • privateIds

        public List<String> 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.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.