次の方法で共有


SenderUsernameResourceCollection クラス

定義

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

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

コンストラクター

SenderUsernameResourceCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, SenderUsernameResourceData, CancellationToken)

親 Domains リソースの下に新しい SenderUsername リソースを追加するか、既存の SenderUsername リソースを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName}/senderUsernames/{senderUsername}
  • 操作IdSenderUsernames_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SenderUsernameResourceData, CancellationToken)

親 Domains リソースの下に新しい SenderUsername リソースを追加するか、既存の SenderUsername リソースを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName}/senderUsernames/{senderUsername}
  • 操作IdSenderUsernames_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName}/senderUsernames/{senderUsername}
  • 操作IdSenderUsernames_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName}/senderUsernames/{senderUsername}
  • 操作IdSenderUsernames_Get
Get(String, CancellationToken)

ドメイン リソースの有効な送信者ユーザー名を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName}/senderUsernames/{senderUsername}
  • 操作IdSenderUsernames_Get
GetAll(CancellationToken)

ドメイン リソースのすべての有効な送信者ユーザー名を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName}/senderUsernames
  • 操作IdSenderUsernames_ListByDomains
GetAllAsync(CancellationToken)

ドメイン リソースのすべての有効な送信者ユーザー名を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName}/senderUsernames
  • 操作IdSenderUsernames_ListByDomains
GetAsync(String, CancellationToken)

ドメイン リソースの有効な送信者ユーザー名を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName}/senderUsernames/{senderUsername}
  • 操作IdSenderUsernames_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SenderUsernameResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SenderUsernameResource>.GetEnumerator()

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

適用対象