Uses of Class
com.azure.resourcemanager.hdinsight.containers.fluent.models.ClusterInstanceViewResultInner
Packages that use ClusterInstanceViewResultInner
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 ClusterInstanceViewResultInner in com.azure.resourcemanager.hdinsight.containers.fluent
Methods in com.azure.resourcemanager.hdinsight.containers.fluent that return ClusterInstanceViewResultInnerModifier and TypeMethodDescriptionClustersClient.getInstanceView(String resourceGroupName, String clusterPoolName, String clusterName) Gets the status of a cluster instance.Methods in com.azure.resourcemanager.hdinsight.containers.fluent that return types with arguments of type ClusterInstanceViewResultInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ClusterInstanceViewResultInner> ClustersClient.getInstanceViewWithResponse(String resourceGroupName, String clusterPoolName, String clusterName, com.azure.core.util.Context context) Gets the status of a cluster instance.com.azure.core.http.rest.PagedIterable<ClusterInstanceViewResultInner> ClustersClient.listInstanceViews(String resourceGroupName, String clusterPoolName, String clusterName) Lists the lists of instance views.com.azure.core.http.rest.PagedIterable<ClusterInstanceViewResultInner> ClustersClient.listInstanceViews(String resourceGroupName, String clusterPoolName, String clusterName, com.azure.core.util.Context context) Lists the lists of instance views. -
Uses of ClusterInstanceViewResultInner 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 ClusterInstanceViewResultInnerModifier and TypeClassDescriptionfinal classCluster Instance View.Methods in com.azure.resourcemanager.hdinsight.containers.fluent.models that return ClusterInstanceViewResultInnerModifier and TypeMethodDescriptionClusterInstanceViewResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterInstanceViewResultInner from the JsonReader.Set the name property: Name of the instance view.ClusterInstanceViewResultInner.withProperties(ClusterInstanceViewResultProperties properties) Set the properties property: Properties of the instance view. -
Uses of ClusterInstanceViewResultInner in com.azure.resourcemanager.hdinsight.containers.models
Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterInstanceViewResultInnerModifier and TypeMethodDescriptionClusterInstanceViewResult.innerModel()Gets the inner com.azure.resourcemanager.hdinsight.containers.fluent.models.ClusterInstanceViewResultInner object.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type ClusterInstanceViewResultInnerModifier and TypeMethodDescriptionClusterInstanceViewsResult.value()Get the value property: Cluster instance view array.Method parameters in com.azure.resourcemanager.hdinsight.containers.models with type arguments of type ClusterInstanceViewResultInnerModifier and TypeMethodDescriptionClusterInstanceViewsResult.withValue(List<ClusterInstanceViewResultInner> value) Set the value property: Cluster instance view array.