ServiceEndpointPolicyCollection クラス

定義

のコレクション ServiceEndpointPolicyResource とその操作を表すクラス。 コレクション内の各 ServiceEndpointPolicyResource は、 の同じインスタンス ResourceGroupResourceに属します。 インスタンスを ServiceEndpointPolicyCollection 取得するには、 のインスタンスから GetServiceEndpointPolicies メソッドを ResourceGroupResource呼び出します。

public class ServiceEndpointPolicyCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Network.ServiceEndpointPolicyResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.ServiceEndpointPolicyResource>
type ServiceEndpointPolicyCollection = class
    inherit ArmCollection
    interface seq<ServiceEndpointPolicyResource>
    interface IEnumerable
    interface IAsyncEnumerable<ServiceEndpointPolicyResource>
Public Class ServiceEndpointPolicyCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ServiceEndpointPolicyResource), IEnumerable(Of ServiceEndpointPolicyResource)
継承
ServiceEndpointPolicyCollection
実装

コンストラクター

ServiceEndpointPolicyCollection()

モック作成のために クラスの ServiceEndpointPolicyCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ServiceEndpointPolicyData, CancellationToken)

サービス エンドポイント ポリシーを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/serviceEndpointPolicies/{serviceEndpointPolicyName}
  • 操作IdServiceEndpointPolicies_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ServiceEndpointPolicyData, CancellationToken)

サービス エンドポイント ポリシーを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/serviceEndpointPolicies/{serviceEndpointPolicyName}
  • 操作IdServiceEndpointPolicies_CreateOrUpdate
Exists(String, String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/serviceEndpointPolicies/{serviceEndpointPolicyName}
  • 操作IdServiceEndpointPolicies_Get
ExistsAsync(String, String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/serviceEndpointPolicies/{serviceEndpointPolicyName}
  • 操作IdServiceEndpointPolicies_Get
Get(String, String, CancellationToken)

指定したリソース グループ内の指定されたサービス エンドポイント ポリシーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/serviceEndpointPolicies/{serviceEndpointPolicyName}
  • 操作IdServiceEndpointPolicies_Get
GetAll(CancellationToken)

リソース グループ内のすべてのサービス エンドポイント ポリシーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/serviceEndpointPolicies
  • 操作IdServiceEndpointPolicies_ListByResourceGroup
GetAllAsync(CancellationToken)

リソース グループ内のすべてのサービス エンドポイント ポリシーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/serviceEndpointPolicies
  • 操作IdServiceEndpointPolicies_ListByResourceGroup
GetAsync(String, String, CancellationToken)

指定したリソース グループ内の指定されたサービス エンドポイント ポリシーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/serviceEndpointPolicies/{serviceEndpointPolicyName}
  • 操作IdServiceEndpointPolicies_Get
GetIfExists(String, String, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/serviceEndpointPolicies/{serviceEndpointPolicyName}
  • 操作IdServiceEndpointPolicies_Get
GetIfExistsAsync(String, String, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/serviceEndpointPolicies/{serviceEndpointPolicyName}
  • 操作IdServiceEndpointPolicies_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに対して設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<ServiceEndpointPolicyResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<ServiceEndpointPolicyResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象