Uses of Class
com.azure.resourcemanager.containerservice.models.Format
Packages that use Format
Package
Description
Package containing the service clients for ContainerServiceManagementClient.
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 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
Fields in com.azure.resourcemanager.containerservice.models declared as FormatModifier and TypeFieldDescriptionstatic final FormatFormat.AZUREStatic value azure for Format.static final FormatFormat.EXECStatic value exec for Format.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) KubernetesCluster.userKubeConfigs(Format format)