IAppServiceCertificateOrders Gränssnitt
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Startpunkt för API:et för orderhantering av apptjänstcertifikat.
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)
- Implementeringar
-
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsDeletingByResourceGroup ISupportsGettingById<IAppServiceCertificateOrder> ISupportsGettingByResourceGroup<IAppServiceCertificateOrder> ISupportsListing<IAppServiceCertificateOrder> ISupportsListingByResourceGroup<IAppServiceCertificateOrder> IBeta IHasInner<IAppServiceCertificateOrdersOperations> IHasManager<IAppServiceManager>
Egenskaper
Inner |
Startpunkt för API:et för orderhantering av apptjänstcertifikat. (Ärvd från IHasInner<T>) |
Manager |
Hämtar hanteringsklienttypen för den här resurstypen. (Ärvd från IHasManager<ManagerT>) |
Metoder
Define(String) |
Startpunkt för API:et för orderhantering av apptjänstcertifikat. (Ärvd från ISupportsCreating<T>) |
DeleteById(String) |
Tar bort en resurs från Azure och identifierar den med dess resurs-ID. (Ärvd från ISupportsDeletingById) |
DeleteByIdAsync(String, CancellationToken) |
Tar bort en resurs från Azure och identifierar den med dess resurs-ID. (Ärvd från ISupportsDeletingById) |
DeleteByResourceGroup(String, String) |
Tar bort en resurs från Azure och identifierar den med dess namn och resursgrupp. (Ärvd från ISupportsDeletingByResourceGroup) |
DeleteByResourceGroupAsync(String, String, CancellationToken) |
Tar bort en resurs från Azure och identifierar den med dess namn och resursgrupp. (Ärvd från ISupportsDeletingByResourceGroup) |
GetById(String) |
Hämtar information om en resurs från Azure baserat på resurs-ID:t. (Ärvd från ISupportsGettingById<T>) |
GetByIdAsync(String, CancellationToken) |
Hämtar information om en resurs från Azure baserat på resurs-ID:t. (Ärvd från ISupportsGettingById<T>) |
GetByResourceGroup(String, String) |
Hämtar information om en resurs från Azure baserat på resursnamnet och namnet på resursgruppen. (Ärvd från ISupportsGettingByResourceGroup<T>) |
GetByResourceGroupAsync(String, String, CancellationToken) |
Hämtar information om en resurs från Azure baserat på resursnamnet och namnet på resursgruppen. (Ärvd från ISupportsGettingByResourceGroup<T>) |
List() |
Visar en lista över alla resurser av den angivna typen i den aktuella valda prenumerationen. (Ärvd från ISupportsListing<T>) |
ListAsync(Boolean, CancellationToken) |
Visar en lista över alla resurser av den angivna typen i den aktuella valda prenumerationen. (Ärvd från ISupportsListing<T>) |
ListByResourceGroup(String) |
Visar en lista över resurser av den angivna typen i den angivna resursgruppen. (Ärvd från ISupportsListingByResourceGroup<T>) |
ListByResourceGroupAsync(String, Boolean, CancellationToken) |
Visar en lista över resurser av den angivna typen i den angivna resursgruppen. (Ärvd från ISupportsListingByResourceGroup<T>) |
Gäller för
Azure SDK for .NET