共用方式為


EmailServiceResourceCollection 類別

定義

類別,表示 的 EmailServiceResource 集合及其作業。 EmailServiceResource集合中的每個 都會屬於 的相同實例 ResourceGroupResource 。 若要取得 EmailServiceResourceCollection 實例,請從 的 ResourceGroupResource 實例呼叫 GetEmailServiceResources 方法。

public class EmailServiceResourceCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Communication.EmailServiceResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Communication.EmailServiceResource>
type EmailServiceResourceCollection = class
    inherit ArmCollection
    interface seq<EmailServiceResource>
    interface IEnumerable
    interface IAsyncEnumerable<EmailServiceResource>
Public Class EmailServiceResourceCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of EmailServiceResource), IEnumerable(Of EmailServiceResource)
繼承
EmailServiceResourceCollection
實作

建構函式

EmailServiceResourceCollection()

初始化 類別的新實例 EmailServiceResourceCollection 以進行模擬。

屬性

Client

ArmClient取得建立此資源用戶端的來源。

(繼承來源 ArmCollection)
Diagnostics

取得此資源用戶端的診斷選項。

(繼承來源 ArmCollection)
Endpoint

取得這個資源用戶端的基底 URI。

(繼承來源 ArmCollection)
Id

取得資源識別碼。

(繼承來源 ArmCollection)
Pipeline

取得此資源用戶端的管線。

(繼承來源 ArmCollection)

方法

CreateOrUpdate(WaitUntil, String, EmailServiceResourceData, CancellationToken)

建立新的 EmailService 或更新現有的 EmailService。

  • 要求路徑/訂用帳戶/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}
  • 作業IdEmailServices_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, EmailServiceResourceData, CancellationToken)

建立新的 EmailService 或更新現有的 EmailService。

  • 要求路徑/訂用帳戶/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}
  • 作業IdEmailServices_CreateOrUpdate
Exists(String, CancellationToken)

檢查資源是否存在於 azure 中。

  • 要求路徑/訂用帳戶/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}
  • 作業IdEmailServices_Get
ExistsAsync(String, CancellationToken)

檢查資源是否存在於 azure 中。

  • 要求路徑/訂用帳戶/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}
  • 作業IdEmailServices_Get
Get(String, CancellationToken)

取得 EmailService 及其屬性。

  • 要求路徑/訂用帳戶/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}
  • 作業IdEmailServices_Get
GetAll(CancellationToken)

處理列出資源群組中所有資源的要求。

  • 要求路徑/訂用帳戶/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices
  • 作業IdEmailServices_ListByResourceGroup
GetAllAsync(CancellationToken)

處理列出資源群組中所有資源的要求。

  • 要求路徑/訂用帳戶/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices
  • 作業IdEmailServices_ListByResourceGroup
GetAsync(String, CancellationToken)

取得 EmailService 及其屬性。

  • 要求路徑/訂用帳戶/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}
  • 作業IdEmailServices_Get
TryGetApiVersion(ResourceType, String)

如果已針對目前的用戶端選項設定 API 版本覆寫,則取得其覆寫。

(繼承來源 ArmCollection)

明確介面實作

IAsyncEnumerable<EmailServiceResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<EmailServiceResource>.GetEnumerator()

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

擴充方法

ToCommaSeparatedString<T>(IEnumerable<T>)

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

適用於