azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

133 строки
18 KiB
YAML

### 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**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerservice.implementation.ContainerServiceManager?alt=com.microsoft.azure.management.containerservice.implementation.ContainerServiceManager&text=ContainerServiceManager\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner?alt=com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner&text=ManagedClustersInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerservice.KubernetesCluster.DefinitionStages.Blank?alt=com.microsoft.azure.management.containerservice.KubernetesCluster.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation&text=SupportsBatchCreation\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerservice.KubernetesCluster?alt=com.microsoft.azure.management.containerservice.KubernetesCluster&text=KubernetesCluster\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerservice.KubernetesCluster?alt=com.microsoft.azure.management.containerservice.KubernetesCluster&text=KubernetesCluster\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById&text=SupportsGettingById\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerservice.KubernetesCluster?alt=com.microsoft.azure.management.containerservice.KubernetesCluster&text=KubernetesCluster\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById&text=SupportsDeletingById\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerservice.KubernetesCluster?alt=com.microsoft.azure.management.containerservice.KubernetesCluster&text=KubernetesCluster\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerservice.KubernetesCluster?alt=com.microsoft.azure.management.containerservice.KubernetesCluster&text=KubernetesCluster\" data-throw-if-not-resolved=\"False\" />&gt;"
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.<wbr>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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the managed cluster name"
name: "kubernetesClusterName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
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: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
- 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.<wbr>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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the managed cluster name"
name: "kubernetesClusterName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<byte[]> 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: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]&gt;"
- 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.<wbr>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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the managed cluster name"
name: "kubernetesClusterName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
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: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
- 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.<wbr>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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the managed cluster name"
name: "kubernetesClusterName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<byte[]> 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: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]&gt;"
- 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: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.Region?alt=com.microsoft.azure.management.resources.fluentcore.arm.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Set<String> 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: "<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- 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: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.Region?alt=com.microsoft.azure.management.resources.fluentcore.arm.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<Set<String>> 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: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
type: "interface"
desc: "Entry point to managed Kubernetes service management API."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById&text=SupportsGettingById\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerservice.KubernetesCluster?alt=com.microsoft.azure.management.containerservice.KubernetesCluster&text=KubernetesCluster\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerservice.KubernetesCluster?alt=com.microsoft.azure.management.containerservice.KubernetesCluster&text=KubernetesCluster\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerservice.KubernetesCluster?alt=com.microsoft.azure.management.containerservice.KubernetesCluster&text=KubernetesCluster\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerservice.implementation.ContainerServiceManager?alt=com.microsoft.azure.management.containerservice.implementation.ContainerServiceManager&text=ContainerServiceManager\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation&text=SupportsBatchCreation\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerservice.KubernetesCluster?alt=com.microsoft.azure.management.containerservice.KubernetesCluster&text=KubernetesCluster\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerservice.KubernetesCluster.DefinitionStages.Blank?alt=com.microsoft.azure.management.containerservice.KubernetesCluster.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById&text=SupportsDeletingById\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerservice.KubernetesCluster?alt=com.microsoft.azure.management.containerservice.KubernetesCluster&text=KubernetesCluster\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner?alt=com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner&text=ManagedClustersInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.containerservice"
artifact: com.microsoft.azure:azure-mgmt-containerservice:1.41.4