共用方式為


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)

在父網域資源下新增 SenderUsername 資源,或更新現有的 SenderUsername 資源。

  • 要求路徑/訂用帳戶/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName}/senderUsernames/{senderUsername}
  • 作業IdSenderUsernames_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SenderUsernameResourceData, CancellationToken)

在父網域資源下新增 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 版本覆寫,則取得 API 版本覆寫。

(繼承來源 ArmCollection)

明確介面實作

IAsyncEnumerable<SenderUsernameResource>.GetAsyncEnumerator(CancellationToken)

傳回以非同步方式逐一查看集合的列舉程式。

IEnumerable.GetEnumerator()

傳回逐一查看集合的列舉值。

IEnumerable<SenderUsernameResource>.GetEnumerator()

傳回逐一查看集合的列舉值。

擴充方法

ToCommaSeparatedString<T>(IEnumerable<T>)

將集合的專案轉換成字串,並將其串連成逗號分隔清單,或針對 Null 或空白集合傳回 null。

適用於