次の方法で共有


PrivateEndpointConnectionOperationsExtensions.GetPrivateLinkResource メソッド

定義

の説明 プライベート リンク リソースを取得します

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

パラメーター

operations
IPrivateEndpointConnectionOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

serviceName
String

API Management サービスの名前。

privateLinkSubResourceName
String

プライベート リンク リソースの名前。

戻り値

適用対象