다음을 통해 공유


PrivateEndpointConnectionOperationsExtensions.GetPrivateLinkResource Method

Definition

Description for Gets the private link resources

public static Microsoft.Azure.Management.ApiManagement.Models.PrivateLinkResource GetPrivateLinkResource (this Microsoft.Azure.Management.ApiManagement.IPrivateEndpointConnectionOperations operations, string resourceGroupName, string serviceName, string privateLinkSubResourceName);
static member GetPrivateLinkResource : Microsoft.Azure.Management.ApiManagement.IPrivateEndpointConnectionOperations * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.PrivateLinkResource
<Extension()>
Public Function GetPrivateLinkResource (operations As IPrivateEndpointConnectionOperations, resourceGroupName As String, serviceName As String, privateLinkSubResourceName As String) As PrivateLinkResource

Parameters

operations
IPrivateEndpointConnectionOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

serviceName
String

The name of the API Management service.

privateLinkSubResourceName
String

Name of the private link resource.

Returns

Applies to