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>) |
メソッド
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET