SecurityContactCollection クラス

定義

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

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

コンストラクター

SecurityContactCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, SecurityContactData, CancellationToken)

サブスクリプションのセキュリティ連絡先構成を作成する

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/securityContacts/{securityContactName}
  • 操作IdSecurityContacts_Create
CreateOrUpdateAsync(WaitUntil, String, SecurityContactData, CancellationToken)

サブスクリプションのセキュリティ連絡先構成を作成する

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

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

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

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

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

サブスクリプションの既定のセキュリティ連絡先構成を取得する

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

サブスクリプションのすべてのセキュリティ連絡先構成を一覧表示する

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

サブスクリプションのすべてのセキュリティ連絡先構成を一覧表示する

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

サブスクリプションの既定のセキュリティ連絡先構成を取得する

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SecurityContactResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SecurityContactResource>.GetEnumerator()

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

適用対象