### YamlMime:JavaType uid: "com.microsoft.azure.management.containerservice.KubernetesClusters" fullName: "com.microsoft.azure.management.containerservice.KubernetesClusters" name: "KubernetesClusters" nameWithType: "KubernetesClusters" summary: "Entry point to managed Kubernetes service management API." syntax: "public interface **KubernetesClusters**
extends <>, <>, <>, <>, <>, <>, , , <>, <>" methods: - uid: "com.microsoft.azure.management.containerservice.KubernetesClusters.getAdminKubeConfigContent(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.management.containerservice.KubernetesClusters.getAdminKubeConfigContent(String resourceGroupName, String kubernetesClusterName)" name: "getAdminKubeConfigContent(String resourceGroupName, String kubernetesClusterName)" nameWithType: "KubernetesClusters.getAdminKubeConfigContent(String resourceGroupName, String kubernetesClusterName)" summary: "Returns the admin Kube.config content which can be used with a Kubernetes client." modifiers: - "abstract" parameters: - description: "the resource group name where the cluster is" name: "resourceGroupName" type: "" - description: "the managed cluster name" name: "kubernetesClusterName" type: "" syntax: "public abstract byte[] getAdminKubeConfigContent(String resourceGroupName, String kubernetesClusterName)" desc: "Returns the admin Kube.config content which can be used with a Kubernetes client." returns: description: "the Kube.config content which can be used with a Kubernetes client" type: "[]" - uid: "com.microsoft.azure.management.containerservice.KubernetesClusters.getAdminKubeConfigContentAsync(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.management.containerservice.KubernetesClusters.getAdminKubeConfigContentAsync(String resourceGroupName, String kubernetesClusterName)" name: "getAdminKubeConfigContentAsync(String resourceGroupName, String kubernetesClusterName)" nameWithType: "KubernetesClusters.getAdminKubeConfigContentAsync(String resourceGroupName, String kubernetesClusterName)" summary: "Returns asynchronously the admin Kube.config content which can be used with a Kubernetes client." modifiers: - "abstract" parameters: - description: "the resource group name where the cluster is" name: "resourceGroupName" type: "" - description: "the managed cluster name" name: "kubernetesClusterName" type: "" syntax: "public abstract Observable getAdminKubeConfigContentAsync(String resourceGroupName, String kubernetesClusterName)" desc: "Returns asynchronously the admin Kube.config content which can be used with a Kubernetes client." returns: description: "a future representation of the Kube.config content which can be used with a Kubernetes client" type: "<[]>" - uid: "com.microsoft.azure.management.containerservice.KubernetesClusters.getUserKubeConfigContent(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.management.containerservice.KubernetesClusters.getUserKubeConfigContent(String resourceGroupName, String kubernetesClusterName)" name: "getUserKubeConfigContent(String resourceGroupName, String kubernetesClusterName)" nameWithType: "KubernetesClusters.getUserKubeConfigContent(String resourceGroupName, String kubernetesClusterName)" summary: "Returns the user Kube.config content which can be used with a Kubernetes client." modifiers: - "abstract" parameters: - description: "the resource group name where the cluster is" name: "resourceGroupName" type: "" - description: "the managed cluster name" name: "kubernetesClusterName" type: "" syntax: "public abstract byte[] getUserKubeConfigContent(String resourceGroupName, String kubernetesClusterName)" desc: "Returns the user Kube.config content which can be used with a Kubernetes client." returns: description: "the Kube.config content which can be used with a Kubernetes client" type: "[]" - uid: "com.microsoft.azure.management.containerservice.KubernetesClusters.getUserKubeConfigContentAsync(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.management.containerservice.KubernetesClusters.getUserKubeConfigContentAsync(String resourceGroupName, String kubernetesClusterName)" name: "getUserKubeConfigContentAsync(String resourceGroupName, String kubernetesClusterName)" nameWithType: "KubernetesClusters.getUserKubeConfigContentAsync(String resourceGroupName, String kubernetesClusterName)" summary: "Returns asynchronously the user Kube.config content which can be used with a Kubernetes client." modifiers: - "abstract" parameters: - description: "the resource group name where the cluster is" name: "resourceGroupName" type: "" - description: "the managed cluster name" name: "kubernetesClusterName" type: "" syntax: "public abstract Observable getUserKubeConfigContentAsync(String resourceGroupName, String kubernetesClusterName)" desc: "Returns asynchronously the user Kube.config content which can be used with a Kubernetes client." returns: description: "a future representation of the Kube.config content which can be used with a Kubernetes client" type: "<[]>" - uid: "com.microsoft.azure.management.containerservice.KubernetesClusters.listKubernetesVersions(com.microsoft.azure.management.resources.fluentcore.arm.Region)" fullName: "com.microsoft.azure.management.containerservice.KubernetesClusters.listKubernetesVersions(Region region)" name: "listKubernetesVersions(Region region)" nameWithType: "KubernetesClusters.listKubernetesVersions(Region region)" summary: "Returns the list of available Kubernetes versions available for the given Azure region." modifiers: - "abstract" parameters: - description: "the Azure region to query into" name: "region" type: "" syntax: "public abstract Set listKubernetesVersions(Region region)" desc: "Returns the list of available Kubernetes versions available for the given Azure region." returns: description: "a set of Kubernetes versions which can be used when creating a service in this region" type: "<>" - uid: "com.microsoft.azure.management.containerservice.KubernetesClusters.listKubernetesVersionsAsync(com.microsoft.azure.management.resources.fluentcore.arm.Region)" fullName: "com.microsoft.azure.management.containerservice.KubernetesClusters.listKubernetesVersionsAsync(Region region)" name: "listKubernetesVersionsAsync(Region region)" nameWithType: "KubernetesClusters.listKubernetesVersionsAsync(Region region)" summary: "Returns the list of available Kubernetes versions available for the given Azure region." modifiers: - "abstract" parameters: - description: "the Azure region to query into" name: "region" type: "" syntax: "public abstract Observable> listKubernetesVersionsAsync(Region region)" desc: "Returns the list of available Kubernetes versions available for the given Azure region." returns: description: "a future representation of a set of Kubernetes versions which can be used when creating a service in this region" type: "<<>>" type: "interface" desc: "Entry point to managed Kubernetes service management API." implements: - "" - "<>" - "<>" - "<>" - "<>" - "<>" - "<>" - "" - "<>" - "<>" metadata: {} package: "com.microsoft.azure.management.containerservice" artifact: com.microsoft.azure:azure-mgmt-containerservice:1.41.4