共用方式為


ExtensionsOperationsExtensions.GetAsync Method

Definition

Gets Kubernetes Cluster Extension.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.KubernetesConfiguration.Models.Extension> GetAsync (this Microsoft.Azure.Management.KubernetesConfiguration.IExtensionsOperations operations, string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string extensionName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.KubernetesConfiguration.IExtensionsOperations * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.KubernetesConfiguration.Models.Extension>
<Extension()>
Public Function GetAsync (operations As IExtensionsOperations, resourceGroupName As String, clusterRp As String, clusterResourceName As String, clusterName As String, extensionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Extension)

Parameters

operations
IExtensionsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

clusterRp
String

The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.

clusterResourceName
String

The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.

clusterName
String

The name of the kubernetes cluster.

extensionName
String

Name of the Extension.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to