CommunicationServiceResourceCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
類別,表示 的 CommunicationServiceResource 集合及其作業。 集合中的每個 都會 CommunicationServiceResource 屬於 的相同實例 ResourceGroupResource 。 若要取得 CommunicationServiceResourceCollection 實例,請從 的 ResourceGroupResource 實例呼叫 GetCommunicationServiceResources 方法。
public class CommunicationServiceResourceCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Communication.CommunicationServiceResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Communication.CommunicationServiceResource>
type CommunicationServiceResourceCollection = class
inherit ArmCollection
interface seq<CommunicationServiceResource>
interface IEnumerable
interface IAsyncEnumerable<CommunicationServiceResource>
Public Class CommunicationServiceResourceCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of CommunicationServiceResource), IEnumerable(Of CommunicationServiceResource)
- 繼承
- 實作
建構函式
CommunicationServiceResourceCollection() |
初始化 類別的新實例 CommunicationServiceResourceCollection 以進行模擬。 |
屬性
Client |
ArmClient取得建立來源的這個資源用戶端。 (繼承來源 ArmCollection) |
Diagnostics |
取得此資源用戶端的診斷選項。 (繼承來源 ArmCollection) |
Endpoint |
取得這個資源用戶端的基底 URI。 (繼承來源 ArmCollection) |
Id |
取得資源識別碼。 (繼承來源 ArmCollection) |
Pipeline |
取得此資源用戶端的管線。 (繼承來源 ArmCollection) |
方法
CreateOrUpdate(WaitUntil, String, CommunicationServiceResourceData, CancellationToken) |
建立新的 CommunicationService 或更新現有的 CommunicationService。
|
CreateOrUpdateAsync(WaitUntil, String, CommunicationServiceResourceData, CancellationToken) |
建立新的 CommunicationService 或更新現有的 CommunicationService。
|
Exists(String, CancellationToken) |
檢查資源是否存在於 azure 中。
|
ExistsAsync(String, CancellationToken) |
檢查資源是否存在於 azure 中。
|
Get(String, CancellationToken) |
取得 CommunicationService 及其屬性。
|
GetAll(CancellationToken) |
處理要求,以列出資源群組中的所有資源。
|
GetAllAsync(CancellationToken) |
處理要求,以列出資源群組中的所有資源。
|
GetAsync(String, CancellationToken) |
取得 CommunicationService 及其屬性。
|
TryGetApiVersion(ResourceType, String) |
如果已針對目前的用戶端選項設定 API 版本覆寫,則取得 API 版本覆寫。 (繼承來源 ArmCollection) |
明確介面實作
IAsyncEnumerable<CommunicationServiceResource>.GetAsyncEnumerator(CancellationToken) |
傳回以非同步方式逐一查看集合的列舉程式。 |
IEnumerable.GetEnumerator() |
傳回逐一查看集合的列舉值。 |
IEnumerable<CommunicationServiceResource>.GetEnumerator() |
傳回逐一查看集合的列舉值。 |
擴充方法
ToCommaSeparatedString<T>(IEnumerable<T>) |
將集合的專案轉換成字串,並將其串連成逗號分隔清單,或針對 Null 或空白集合傳回 null。 |