IAppServiceCertificates 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 för certifikathantering.
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)
- Implementeringar
-
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsDeletingByResourceGroup ISupportsGettingById<IAppServiceCertificate> ISupportsGettingByResourceGroup<IAppServiceCertificate> ISupportsListing<IAppServiceCertificate> ISupportsListingByResourceGroup<IAppServiceCertificate> IBeta IHasInner<ICertificatesOperations> IHasManager<IAppServiceManager>
Egenskaper
Inner |
Startpunkt för API för certifikathantering. (Ä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 för certifikathantering. (Ä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