次の方法で共有


SecurityCloudConnectorCollection クラス

定義

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

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

コンストラクター

SecurityCloudConnectorCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, SecurityCloudConnectorData, CancellationToken)

クラウド アカウント コネクタを作成するか、既存のコネクタを更新します。 クラウド アカウントに接続します。 AWS の場合は、アカウントの資格情報またはロールベースの認証を使用します。 GCP の場合は、アカウントorganization資格情報を使用します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/connectors/{connectorName}
  • 操作IdConnectors_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SecurityCloudConnectorData, CancellationToken)

クラウド アカウント コネクタを作成するか、既存のコネクタを更新します。 クラウド アカウントに接続します。 AWS の場合は、アカウントの資格情報またはロールベースの認証を使用します。 GCP の場合は、アカウントorganization資格情報を使用します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/connectors/{connectorName}
  • 操作IdConnectors_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/connectors/{connectorName}
  • 操作IdConnectors_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/connectors/{connectorName}
  • 操作IdConnectors_Get
Get(String, CancellationToken)

特定のクラウド アカウント コネクタの詳細

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/connectors/{connectorName}
  • 操作IdConnectors_Get
GetAll(CancellationToken)

サブスクリプションのクラウド アカウント コネクタ

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/connectors
  • 操作IdConnectors_List
GetAllAsync(CancellationToken)

サブスクリプションのクラウド アカウント コネクタ

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/connectors
  • 操作IdConnectors_List
GetAsync(String, CancellationToken)

特定のクラウド アカウント コネクタの詳細

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/connectors/{connectorName}
  • 操作IdConnectors_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SecurityCloudConnectorResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SecurityCloudConnectorResource>.GetEnumerator()

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

適用対象