Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterInstanceViewResultProperties
Packages that use ClusterInstanceViewResultProperties
Package
Description
Package containing the inner data models for HDInsightContainersManagementClient.
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterInstanceViewResultProperties in com.azure.resourcemanager.hdinsight.containers.fluent.models
Methods in com.azure.resourcemanager.hdinsight.containers.fluent.models that return ClusterInstanceViewResultPropertiesModifier and TypeMethodDescriptionClusterInstanceViewResultInner.properties()Get the properties property: Properties of the instance view.Methods in com.azure.resourcemanager.hdinsight.containers.fluent.models with parameters of type ClusterInstanceViewResultPropertiesModifier and TypeMethodDescriptionClusterInstanceViewResultInner.withProperties(ClusterInstanceViewResultProperties properties) Set the properties property: Properties of the instance view. -
Uses of ClusterInstanceViewResultProperties in com.azure.resourcemanager.hdinsight.containers.models
Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterInstanceViewResultPropertiesModifier and TypeMethodDescriptionClusterInstanceViewResultProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterInstanceViewResultProperties from the JsonReader.ClusterInstanceViewResult.properties()Gets the properties property: Properties of the instance view.ClusterInstanceViewResultProperties.withServiceStatuses(List<ServiceStatus> serviceStatuses) Set the serviceStatuses property: List of statuses of relevant services that make up the HDInsight on AKS cluster to surface to the customer.ClusterInstanceViewResultProperties.withStatus(ClusterInstanceViewPropertiesStatus status) Set the status property: Status of the instance view.