Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterAccessProfileInner
-
Packages that use ManagedClusterAccessProfileInner Package Description com.azure.resourcemanager.containerservice.fluent Package containing the service clients for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.fluent.models 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 ManagedClusterAccessProfileInner Modifier and Type Method Description ManagedClusterAccessProfileInnerManagedClustersClient. getAccessProfile(String resourceGroupName, String resourceName, String roleName)**WARNING**: This API will be deprecated.Methods in com.azure.resourcemanager.containerservice.fluent that return types with arguments of type ManagedClusterAccessProfileInner Modifier and Type Method Description Mono<ManagedClusterAccessProfileInner>ManagedClustersClient. getAccessProfileAsync(String resourceGroupName, String resourceName, String roleName)**WARNING**: This API will be deprecated.com.azure.core.http.rest.Response<ManagedClusterAccessProfileInner>ManagedClustersClient. getAccessProfileWithResponse(String resourceGroupName, String resourceName, String roleName, com.azure.core.util.Context context)**WARNING**: This API will be deprecated.Mono<com.azure.core.http.rest.Response<ManagedClusterAccessProfileInner>>ManagedClustersClient. getAccessProfileWithResponseAsync(String resourceGroupName, String resourceName, String roleName)**WARNING**: This API will be deprecated. -
Uses of ManagedClusterAccessProfileInner in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ManagedClusterAccessProfileInner Modifier and Type Method Description ManagedClusterAccessProfileInnerManagedClusterAccessProfileInner. withKubeConfig(byte[] kubeConfig)Set the kubeConfig property: Base64-encoded Kubernetes configuration file.ManagedClusterAccessProfileInnerManagedClusterAccessProfileInner. withLocation(String location)ManagedClusterAccessProfileInnerManagedClusterAccessProfileInner. withTags(Map<String,String> tags)
-