次の方法で共有


ApplicationGatewayResource.GetApplicationGatewayPrivateLinkResources メソッド

定義

アプリケーション ゲートウェイ上のすべてのプライベート リンク リソースを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/privateLinkResources
  • 操作IdApplicationGatewayPrivateLinkResources_List
public virtual Azure.Pageable<Azure.ResourceManager.Network.Models.ApplicationGatewayPrivateLinkResource> GetApplicationGatewayPrivateLinkResources (System.Threading.CancellationToken cancellationToken = default);
abstract member GetApplicationGatewayPrivateLinkResources : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.Models.ApplicationGatewayPrivateLinkResource>
override this.GetApplicationGatewayPrivateLinkResources : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.Models.ApplicationGatewayPrivateLinkResource>
Public Overridable Function GetApplicationGatewayPrivateLinkResources (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ApplicationGatewayPrivateLinkResource)

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の ApplicationGatewayPrivateLinkResource サービス要求を受け取る可能性がある のコレクション。

適用対象