Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterAccessProfileInner
Packages that use ManagedClusterAccessProfileInner
Package
Description
Package containing the service clients for ContainerServiceManagementClient.
Package containing the inner data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterAccessProfileInner in com.azure.resourcemanager.containerservice.fluent
Methods in com.azure.resourcemanager.containerservice.fluent that return ManagedClusterAccessProfileInnerModifier and TypeMethodDescriptionManagedClustersClient.getAccessProfile(String resourceGroupName, String resourceName, String roleName) Gets an access profile of a managed cluster.Methods in com.azure.resourcemanager.containerservice.fluent that return types with arguments of type ManagedClusterAccessProfileInnerModifier and TypeMethodDescriptionManagedClustersClient.getAccessProfileAsync(String resourceGroupName, String resourceName, String roleName) Gets an access profile of a managed cluster.com.azure.core.http.rest.Response<ManagedClusterAccessProfileInner> ManagedClustersClient.getAccessProfileWithResponse(String resourceGroupName, String resourceName, String roleName, com.azure.core.util.Context context) Gets an access profile of a managed cluster.Mono<com.azure.core.http.rest.Response<ManagedClusterAccessProfileInner>> ManagedClustersClient.getAccessProfileWithResponseAsync(String resourceGroupName, String resourceName, String roleName) Gets an access profile of a managed cluster. -
Uses of ManagedClusterAccessProfileInner in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ManagedClusterAccessProfileInnerModifier and TypeMethodDescriptionManagedClusterAccessProfileInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterAccessProfileInner from the JsonReader.ManagedClusterAccessProfileInner.withKubeConfig(byte[] kubeConfig) Set the kubeConfig property: Base64-encoded Kubernetes configuration file.ManagedClusterAccessProfileInner.withLocation(String location)