次の方法で共有


NetworkExtensions.GetPrivateLinkServices メソッド

定義

オーバーロード

GetPrivateLinkServices(ResourceGroupResource)

ResourceGroupResource 内の PrivateLinkServiceResources のコレクションを取得します。

GetPrivateLinkServices(SubscriptionResource, CancellationToken)

サブスクリプション内のすべてのプライベート リンク サービスを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Network/privateLinkServices
  • 操作IdPrivateLinkServices_ListBySubscription

GetPrivateLinkServices(ResourceGroupResource)

ResourceGroupResource 内の PrivateLinkServiceResources のコレクションを取得します。

public static Azure.ResourceManager.Network.PrivateLinkServiceCollection GetPrivateLinkServices (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetPrivateLinkServices : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Network.PrivateLinkServiceCollection
<Extension()>
Public Function GetPrivateLinkServices (resourceGroupResource As ResourceGroupResource) As PrivateLinkServiceCollection

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行されるインスタンス。

戻り値

PrivateLinkServiceResources のコレクションとその PrivateLinkServiceResource に対する操作を表す オブジェクト。

適用対象

GetPrivateLinkServices(SubscriptionResource, CancellationToken)

サブスクリプション内のすべてのプライベート リンク サービスを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Network/privateLinkServices
  • 操作IdPrivateLinkServices_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.Network.PrivateLinkServiceResource> GetPrivateLinkServices (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetPrivateLinkServices : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.PrivateLinkServiceResource>
<Extension()>
Public Function GetPrivateLinkServices (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PrivateLinkServiceResource)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行されるインスタンス。

cancellationToken
CancellationToken

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

戻り値

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

適用対象