IAppServiceDomains 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
網域管理 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)
- 實作
-
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsDeletingByResourceGroup ISupportsGettingById<IAppServiceDomain> ISupportsGettingByResourceGroup<IAppServiceDomain> ISupportsListing<IAppServiceDomain> ISupportsListingByResourceGroup<IAppServiceDomain> IBeta IHasInner<IDomainsOperations> IHasManager<IAppServiceManager>
屬性
Inner |
網域管理 API 的進入點。 (繼承來源 IHasInner<T>) |
Manager |
取得此資源類型的管理員用戶端類型。 (繼承來源 IHasManager<ManagerT>) |