Uses of Class
com.azure.resourcemanager.containerservice.models.Format
-
Packages that use Format Package Description com.azure.resourcemanager.containerservice.fluent Package containing the service clients for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of Format in com.azure.resourcemanager.containerservice.fluent
Methods in com.azure.resourcemanager.containerservice.fluent with parameters of type Format Modifier and Type Method Description Mono<CredentialResultsInner>ManagedClustersClient. listClusterUserCredentialsAsync(String resourceGroupName, String resourceName, String serverFqdn, Format format)Lists the user credentials of a managed cluster.com.azure.core.http.rest.Response<CredentialResultsInner>ManagedClustersClient. listClusterUserCredentialsWithResponse(String resourceGroupName, String resourceName, String serverFqdn, Format format, com.azure.core.util.Context context)Lists the user credentials of a managed cluster.Mono<com.azure.core.http.rest.Response<CredentialResultsInner>>ManagedClustersClient. listClusterUserCredentialsWithResponseAsync(String resourceGroupName, String resourceName, String serverFqdn, Format format)Lists the user credentials of a managed cluster. -
Uses of Format in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.models declared as Format Modifier and Type Field Description static FormatFormat. AZUREStatic value azure for Format.static FormatFormat. EXECStatic value exec for Format.Methods in com.azure.resourcemanager.containerservice.models that return Format Modifier and Type Method Description static FormatFormat. fromString(String name)Creates or finds a Format from its string representation.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type Format Modifier and Type Method Description static Collection<Format>Format. values()Methods in com.azure.resourcemanager.containerservice.models with parameters of type Format Modifier and Type Method Description List<CredentialResult>KubernetesClusters. listUserKubeConfigContent(String resourceGroupName, String kubernetesClusterName, Format format)Returns the user Kube.config content which can be used with a Kubernetes client.Mono<List<CredentialResult>>KubernetesClusters. listUserKubeConfigContentAsync(String resourceGroupName, String kubernetesClusterName, Format format)Returns asynchronously the user Kube.config content which can be used with a Kubernetes client.byte[]KubernetesCluster. userKubeConfigContent(Format format)List<CredentialResult>KubernetesCluster. userKubeConfigs(Format format)
-