ResolvePrivateLinkServiceIdOperationsExtensions.Post 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 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