NetworkExtensions.GetSecurityPartnerProviders メソッド

定義

オーバーロード

GetSecurityPartnerProviders(ResourceGroupResource)

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

GetSecurityPartnerProviders(SubscriptionResource, CancellationToken)

サブスクリプション内のすべてのセキュリティ パートナー プロバイダーを取得します。

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

GetSecurityPartnerProviders(ResourceGroupResource)

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

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

パラメーター

resourceGroupResource
ResourceGroupResource

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

戻り値

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

適用対象

GetSecurityPartnerProviders(SubscriptionResource, CancellationToken)

サブスクリプション内のすべてのセキュリティ パートナー プロバイダーを取得します。

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

パラメーター

subscriptionResource
SubscriptionResource

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象