Uses of Class
com.azure.resourcemanager.containerservice.models.Format
Packages that use Format
Package
Description
Package containing the service clients for ContainerService.
Package containing the data models for ContainerService.
-
Uses of Format in com.azure.resourcemanager.containerservice.fluent
Methods in com.azure.resourcemanager.containerservice.fluent with parameters of type FormatModifier and TypeMethodDescriptioncom.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
Subclasses with type arguments of type Format in com.azure.resourcemanager.containerservice.modelsFields in com.azure.resourcemanager.containerservice.models declared as FormatModifier and TypeFieldDescriptionstatic final FormatFormat.AZUREReturn azure auth-provider kubeconfig.static final FormatFormat.EXECReturn exec format kubeconfig.Methods in com.azure.resourcemanager.containerservice.models that return FormatModifier and TypeMethodDescriptionstatic 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 FormatModifier and TypeMethodDescriptionstatic Collection<Format> Format.values()Gets known Format values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type FormatModifier and TypeMethodDescriptionKubernetesClusters.listUserKubeConfigContent(String resourceGroupName, String kubernetesClusterName, Format format) Returns the user Kube.config content which can be used with a Kubernetes client.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) Gets the Kubernetes configuration file content with user-level privileges to the cluster.KubernetesCluster.userKubeConfigs(Format format) Gets the Kubernetes credentials with user-level privileges to the cluster.