IAppServiceCertificateOrders 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
App Service 憑證訂單管理 API 的進入點。
public interface IAppServiceCertificateOrders : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificateOrder.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.IAppServiceCertificateOrder>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateOrder>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateOrder>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateOrder>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateOrdersOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager>
type IAppServiceCertificateOrders = interface
interface IBeta
interface ISupportsCreating<IBlank>
interface ISupportsDeletingById
interface ISupportsListingByResourceGroup<IAppServiceCertificateOrder>
interface ISupportsGettingByResourceGroup<IAppServiceCertificateOrder>
interface ISupportsListing<IAppServiceCertificateOrder>
interface ISupportsGettingById<IAppServiceCertificateOrder>
interface ISupportsDeletingByResourceGroup
interface IHasManager<IAppServiceManager>
interface IHasInner<IAppServiceCertificateOrdersOperations>
Public Interface IAppServiceCertificateOrders
Implements IBeta, IHasInner(Of IAppServiceCertificateOrdersOperations), IHasManager(Of IAppServiceManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of IAppServiceCertificateOrder), ISupportsGettingByResourceGroup(Of IAppServiceCertificateOrder), ISupportsListing(Of IAppServiceCertificateOrder), ISupportsListingByResourceGroup(Of IAppServiceCertificateOrder)
- 實作
-
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsDeletingByResourceGroup ISupportsGettingById<IAppServiceCertificateOrder> ISupportsGettingByResourceGroup<IAppServiceCertificateOrder> ISupportsListing<IAppServiceCertificateOrder> ISupportsListingByResourceGroup<IAppServiceCertificateOrder> IBeta IHasInner<IAppServiceCertificateOrdersOperations> IHasManager<IAppServiceManager>
屬性
Inner |
App Service 憑證訂單管理 API 的進入點。 (繼承來源 IHasInner<T>) |
Manager |
取得這個資源類型的管理員用戶端類型。 (繼承來源 IHasManager<ManagerT>) |