共用方式為


CommunicationExtensions 類別

定義

類別,可將擴充方法新增至 Azure.ResourceManager.Communication。

public static class CommunicationExtensions
type CommunicationExtensions = class
Public Module CommunicationExtensions
繼承
CommunicationExtensions

方法

CheckCommunicationNameAvailability(SubscriptionResource, CommunicationServiceNameAvailabilityContent, CancellationToken)

檢查 CommunicationService 名稱是否有效,且尚未使用中。

  • 要求路徑/訂用帳戶/{subscriptionId}/providers/Microsoft.Communication/checkNameAvailability
  • 作業IdCommunicationServices_CheckNameAvailability
CheckCommunicationNameAvailabilityAsync(SubscriptionResource, CommunicationServiceNameAvailabilityContent, CancellationToken)

檢查 CommunicationService 名稱是否有效,且尚未使用中。

  • 要求路徑/訂用帳戶/{subscriptionId}/providers/Microsoft.Communication/checkNameAvailability
  • 作業IdCommunicationServices_CheckNameAvailability
GetCommunicationDomainResource(ArmClient, ResourceIdentifier)

取得 物件,此物件表示 CommunicationDomainResource 可以執行但不含資料的實例作業。 您可以使用 CreateResourceIdentifier(String, String, String, String) 從其元件建立 CommunicationDomainResourceResourceIdentifier

GetCommunicationServiceResource(ArmClient, ResourceIdentifier)

取得 物件,此物件表示 CommunicationServiceResource 可以執行但不含資料的實例作業。 您可以使用 CreateResourceIdentifier(String, String, String) 從其元件建立 CommunicationServiceResourceResourceIdentifier

GetCommunicationServiceResource(ResourceGroupResource, String, CancellationToken)

取得 CommunicationService 及其屬性。

  • 要求路徑/訂用帳戶/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}
  • 作業IdCommunicationServices_Get
GetCommunicationServiceResourceAsync(ResourceGroupResource, String, CancellationToken)

取得 CommunicationService 及其屬性。

  • 要求路徑/訂用帳戶/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}
  • 作業IdCommunicationServices_Get
GetCommunicationServiceResources(ResourceGroupResource)

取得 ResourceGroupResource 中的 CommunicationServiceResources 集合。

GetCommunicationServiceResources(SubscriptionResource, CancellationToken)

處理要求以列出訂用帳戶中的所有資源。

  • 要求路徑/訂用帳戶/{subscriptionId}/providers/Microsoft.Communication/communicationServices
  • 作業IdCommunicationServices_ListBySubscription
GetCommunicationServiceResourcesAsync(SubscriptionResource, CancellationToken)

處理要求以列出訂用帳戶中的所有資源。

  • 要求路徑/訂用帳戶/{subscriptionId}/providers/Microsoft.Communication/communicationServices
  • 作業IdCommunicationServices_ListBySubscription
GetEmailServiceResource(ArmClient, ResourceIdentifier)

取得 物件,此物件表示 EmailServiceResource 可以執行但不含資料的實例作業。 您可以使用 CreateResourceIdentifier(String, String, String) 從其元件建立 EmailServiceResourceResourceIdentifier

GetEmailServiceResource(ResourceGroupResource, String, CancellationToken)

取得 EmailService 及其屬性。

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

取得 EmailService 及其屬性。

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

取得 ResourceGroupResource 中的 EmailServiceResources 集合。

GetEmailServiceResources(SubscriptionResource, CancellationToken)

處理要求以列出訂用帳戶中的所有資源。

  • 要求路徑/訂用帳戶/{subscriptionId}/providers/Microsoft.Communication/emailServices
  • 作業IdEmailServices_ListBySubscription
GetEmailServiceResourcesAsync(SubscriptionResource, CancellationToken)

處理要求以列出訂用帳戶中的所有資源。

  • 要求路徑/訂用帳戶/{subscriptionId}/providers/Microsoft.Communication/emailServices
  • 作業IdEmailServices_ListBySubscription
GetSenderUsernameResource(ArmClient, ResourceIdentifier)

取得 物件,此物件表示 SenderUsernameResource 可以執行但不含資料的實例作業。 您可以使用 CreateResourceIdentifier(String, String, String, String, String) 從其元件建立 SenderUsernameResourceResourceIdentifier

GetVerifiedExchangeOnlineDomainsEmailServices(SubscriptionResource, CancellationToken)

取得在 Exchange Online 中完整驗證的網域清單。

  • 要求路徑/訂用帳戶/{subscriptionId}/providers/Microsoft.Communication/listVerifiedExchangeOnlineDomains
  • 作業IdEmailServices_ListVerifiedExchangeOnlineDomains
GetVerifiedExchangeOnlineDomainsEmailServicesAsync(SubscriptionResource, CancellationToken)

取得在 Exchange Online 中完整驗證的網域清單。

  • 要求路徑/訂用帳戶/{subscriptionId}/providers/Microsoft.Communication/listVerifiedExchangeOnlineDomains
  • 作業IdEmailServices_ListVerifiedExchangeOnlineDomains

適用於