Uses of Class
com.azure.resourcemanager.hdinsight.containers.fluent.models.ServiceConfigResultInner
Packages that use ServiceConfigResultInner
Package
Description
Package containing the service clients for HDInsightContainersManagementClient.
Package containing the inner data models for HDInsightContainersManagementClient.
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ServiceConfigResultInner in com.azure.resourcemanager.hdinsight.containers.fluent
Methods in com.azure.resourcemanager.hdinsight.containers.fluent that return types with arguments of type ServiceConfigResultInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ServiceConfigResultInner> ClustersClient.listServiceConfigs(String resourceGroupName, String clusterPoolName, String clusterName) Lists the config dump of all services running in cluster.com.azure.core.http.rest.PagedIterable<ServiceConfigResultInner> ClustersClient.listServiceConfigs(String resourceGroupName, String clusterPoolName, String clusterName, com.azure.core.util.Context context) Lists the config dump of all services running in cluster. -
Uses of ServiceConfigResultInner in com.azure.resourcemanager.hdinsight.containers.fluent.models
Classes in com.azure.resourcemanager.hdinsight.containers.fluent.models that implement interfaces with type arguments of type ServiceConfigResultInnerModifier and TypeClassDescriptionfinal classCluster instance service config.Methods in com.azure.resourcemanager.hdinsight.containers.fluent.models that return ServiceConfigResultInnerModifier and TypeMethodDescriptionstatic ServiceConfigResultInnerServiceConfigResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceConfigResultInner from the JsonReader.ServiceConfigResultInner.withProperties(ServiceConfigResultProperties properties) Set the properties property: Cluster instance service config properties. -
Uses of ServiceConfigResultInner in com.azure.resourcemanager.hdinsight.containers.models
Methods in com.azure.resourcemanager.hdinsight.containers.models that return ServiceConfigResultInnerModifier and TypeMethodDescriptionServiceConfigResult.innerModel()Gets the inner com.azure.resourcemanager.hdinsight.containers.fluent.models.ServiceConfigResultInner object.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type ServiceConfigResultInnerModifier and TypeMethodDescriptionServiceConfigListResult.value()Get the value property: Cluster instance service config array.Method parameters in com.azure.resourcemanager.hdinsight.containers.models with type arguments of type ServiceConfigResultInnerModifier and TypeMethodDescriptionServiceConfigListResult.withValue(List<ServiceConfigResultInner> value) Set the value property: Cluster instance service config array.