Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ServiceStatus
Packages that use ServiceStatus
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ServiceStatus in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ServiceStatusModifier and TypeClassDescriptionfinal classDescribes the status of a service of a HDInsight on AKS cluster.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ServiceStatusModifier and TypeMethodDescriptionstatic ServiceStatusServiceStatus.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceStatus from the JsonReader.Set the kind property: Kind of the service.ServiceStatus.withMessage(String message) Set the message property: A message describing the error if any.Set the ready property: Indicates if the service is ready / healthy.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type ServiceStatusModifier and TypeMethodDescriptionClusterInstanceViewProperties.serviceStatuses()Get the serviceStatuses property: List of statuses of relevant services that make up the HDInsight on AKS cluster to surface to the customer.Method parameters in com.azure.resourcemanager.hdinsight.containers.models with type arguments of type ServiceStatusModifier and TypeMethodDescriptionClusterInstanceViewProperties.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.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.