你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IKubernetesClusters.GetAdminKubeConfigContents(String, String) 方法

定义

返回可与 Kubernetes 客户端一起使用的管理员Kube.config内容。

public byte[] GetAdminKubeConfigContents (string resourceGroupName, string kubernetesClusterName);
abstract member GetAdminKubeConfigContents : string * string -> byte[]
Public Function GetAdminKubeConfigContents (resourceGroupName As String, kubernetesClusterName As String) As Byte()

参数

resourceGroupName
String

群集所在的资源组名称。

kubernetesClusterName
String

托管群集名称。

返回

Byte[]

适用于