次の方法で共有


CosmosDBFirewallRuleCollection クラス

定義

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

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

コンストラクター

CosmosDBFirewallRuleCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, CosmosDBFirewallRuleData, CancellationToken)

新しいファイアウォール規則を作成するか、Mongo クラスター上の既存のファイアウォール規則を更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/mongoClusters/{mongoClusterName}/firewallRules/{firewallRuleName}
  • 操作IdMongoClusters_CreateOrUpdateFirewallRule
CreateOrUpdateAsync(WaitUntil, String, CosmosDBFirewallRuleData, CancellationToken)

新しいファイアウォール規則を作成するか、Mongo クラスター上の既存のファイアウォール規則を更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/mongoClusters/{mongoClusterName}/firewallRules/{firewallRuleName}
  • 操作IdMongoClusters_CreateOrUpdateFirewallRule
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/mongoClusters/{mongoClusterName}/firewallRules/{firewallRuleName}
  • 操作IdMongoClusters_GetFirewallRule
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/mongoClusters/{mongoClusterName}/firewallRules/{firewallRuleName}
  • 操作IdMongoClusters_GetFirewallRule
Get(String, CancellationToken)

Mongo クラスターのファイアウォール規則に関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/mongoClusters/{mongoClusterName}/firewallRules/{firewallRuleName}
  • 操作IdMongoClusters_GetFirewallRule
GetAll(CancellationToken)

特定の Mongo クラスター内のすべてのファイアウォール規則を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/mongoClusters/{mongoClusterName}/firewallRules
  • 操作IdMongoClusters_ListFirewallRules
GetAllAsync(CancellationToken)

特定の Mongo クラスター内のすべてのファイアウォール規則を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/mongoClusters/{mongoClusterName}/firewallRules
  • 操作IdMongoClusters_ListFirewallRules
GetAsync(String, CancellationToken)

Mongo クラスターのファイアウォール規則に関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/mongoClusters/{mongoClusterName}/firewallRules/{firewallRuleName}
  • 操作IdMongoClusters_GetFirewallRule
GetIfExists(String, CancellationToken)

サービスからこのリソースの詳細の取得を試みます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/mongoClusters/{mongoClusterName}/firewallRules/{firewallRuleName}
  • 操作IdMongoClusters_GetFirewallRule
GetIfExistsAsync(String, CancellationToken)

サービスからこのリソースの詳細の取得を試みます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/mongoClusters/{mongoClusterName}/firewallRules/{firewallRuleName}
  • 操作IdMongoClusters_GetFirewallRule
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<CosmosDBFirewallRuleResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<CosmosDBFirewallRuleResource>.GetEnumerator()

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

適用対象