Compartilhar via


ResolvePrivateLinkServiceIdOperationsExtensions.PostAsync Method

Definition

Gets the private link service ID for the specified managed cluster.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource> PostAsync (this Microsoft.Azure.Management.ContainerService.IResolvePrivateLinkServiceIdOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource parameters, System.Threading.CancellationToken cancellationToken = default);
static member PostAsync : Microsoft.Azure.Management.ContainerService.IResolvePrivateLinkServiceIdOperations * string * string * Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource>
<Extension()>
Public Function PostAsync (operations As IResolvePrivateLinkServiceIdOperations, resourceGroupName As String, resourceName As String, parameters As PrivateLinkResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkResource)

Parameters

operations
IResolvePrivateLinkServiceIdOperations

The operations group for this extension method.

resourceGroupName
String

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

resourceName
String

The name of the managed cluster resource.

parameters
PrivateLinkResource
cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to