KubernetesConfigurationExtensions.GetKubernetesClusterExtensionAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets Kubernetes Cluster Extension.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/extensions/{extensionName}
- Operation Id: Extensions_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.KubernetesConfiguration.KubernetesClusterExtensionResource>> GetKubernetesClusterExtensionAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string clusterRp, string clusterResourceName, string clusterName, string extensionName, System.Threading.CancellationToken cancellationToken = default);
static member GetKubernetesClusterExtensionAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.KubernetesConfiguration.KubernetesClusterExtensionResource>>
<Extension()>
Public Function GetKubernetesClusterExtensionAsync (resourceGroupResource As ResourceGroupResource, clusterRp As String, clusterResourceName As String, clusterName As String, extensionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of KubernetesClusterExtensionResource))
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource instance the method will execute against.
- 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 to use.
Returns
Exceptions
resourceGroupResource
, clusterRp
, clusterResourceName
, clusterName
or extensionName
is null.
clusterRp
, clusterResourceName
, clusterName
or extensionName
is an empty string, and was expected to be non-empty.
Applies to
Azure SDK for .NET