共用方式為


IAppServiceDomains 介面

定義

網域管理 API 的進入點。

public interface IAppServiceDomains : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.AppService.Fluent.AppServiceDomain.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.AppService.Fluent.IAppServiceDomain>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.AppService.Fluent.IAppServiceDomain>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.AppService.Fluent.IAppServiceDomain>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.AppService.Fluent.IAppServiceDomain>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.IDomainsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager>
type IAppServiceDomains = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface ISupportsListing<IAppServiceDomain>
    interface ISupportsListingByResourceGroup<IAppServiceDomain>
    interface ISupportsDeletingById
    interface ISupportsDeletingByResourceGroup
    interface ISupportsGettingByResourceGroup<IAppServiceDomain>
    interface ISupportsGettingById<IAppServiceDomain>
    interface IHasManager<IAppServiceManager>
    interface IHasInner<IDomainsOperations>
Public Interface IAppServiceDomains
Implements IBeta, IHasInner(Of IDomainsOperations), IHasManager(Of IAppServiceManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of IAppServiceDomain), ISupportsGettingByResourceGroup(Of IAppServiceDomain), ISupportsListing(Of IAppServiceDomain), ISupportsListingByResourceGroup(Of IAppServiceDomain)
實作

屬性

Inner

網域管理 API 的進入點。

(繼承來源 IHasInner<T>)
Manager

取得此資源類型的管理員用戶端類型。

(繼承來源 IHasManager<ManagerT>)

方法

Define(String)

網域管理 API 的進入點。

(繼承來源 ISupportsCreating<T>)
DeleteById(String)

從 Azure 刪除資源,並依其資源識別碼加以識別。

(繼承來源 ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

從 Azure 刪除資源,並依其資源識別碼加以識別。

(繼承來源 ISupportsDeletingById)
DeleteByResourceGroup(String, String)

從 Azure 刪除資源,並依其名稱和其資源群組加以識別。

(繼承來源 ISupportsDeletingByResourceGroup)
DeleteByResourceGroupAsync(String, String, CancellationToken)

從 Azure 刪除資源,並依其名稱和其資源群組加以識別。

(繼承來源 ISupportsDeletingByResourceGroup)
GetById(String)

根據資源識別碼,從 Azure 取得資源的相關資訊。

(繼承來源 ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

根據資源識別碼,從 Azure 取得資源的相關資訊。

(繼承來源 ISupportsGettingById<T>)
GetByResourceGroup(String, String)

根據資源名稱和其資源群組的名稱,從 Azure 取得資源的相關資訊。

(繼承來源 ISupportsGettingByResourceGroup<T>)
GetByResourceGroupAsync(String, String, CancellationToken)

根據資源名稱和其資源群組的名稱,從 Azure 取得資源的相關資訊。

(繼承來源 ISupportsGettingByResourceGroup<T>)
List()

列出目前所選訂用帳戶中指定類型的所有資源。

(繼承來源 ISupportsListing<T>)
ListAgreements(String)

列出以特定最上層延伸模組購買網域的合約。

ListAsync(Boolean, CancellationToken)

列出目前所選訂用帳戶中指定類型的所有資源。

(繼承來源 ISupportsListing<T>)
ListByResourceGroup(String)

列出指定資源群組中指定類型的資源。

(繼承來源 ISupportsListingByResourceGroup<T>)
ListByResourceGroupAsync(String, Boolean, CancellationToken)

列出指定資源群組中指定類型的資源。

(繼承來源 ISupportsListingByResourceGroup<T>)

適用於