Compartilhar via


ResolvePrivateLinkServiceIdOperationsExtensions.Post Method

Definition

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

public static Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource Post (this Microsoft.Azure.Management.ContainerService.IResolvePrivateLinkServiceIdOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource parameters);
static member Post : Microsoft.Azure.Management.ContainerService.IResolvePrivateLinkServiceIdOperations * string * string * Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource -> Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource
<Extension()>
Public Function Post (operations As IResolvePrivateLinkServiceIdOperations, resourceGroupName As String, resourceName As String, parameters As PrivateLinkResource) As 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

Returns

Applies to