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