IAppServiceCertificates Interfész
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Belépési pont a tanúsítványkezelési API-hoz.
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)
- Megvalósítás
-
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsDeletingByResourceGroup ISupportsGettingById<IAppServiceCertificate> ISupportsGettingByResourceGroup<IAppServiceCertificate> ISupportsListing<IAppServiceCertificate> ISupportsListingByResourceGroup<IAppServiceCertificate> IBeta IHasInner<ICertificatesOperations> IHasManager<IAppServiceManager>
Tulajdonságok
Inner |
Belépési pont a tanúsítványkezelési API-hoz. (Öröklődés forrása IHasInner<T>) |
Manager |
Lekéri ennek az erőforrástípusnak a kezelőügyfél-típusát. (Öröklődés forrása IHasManager<ManagerT>) |
Metódusok
Define(String) |
Belépési pont a tanúsítványkezelési API-hoz. (Öröklődés forrása ISupportsCreating<T>) |
DeleteById(String) |
Töröl egy erőforrást az Azure-ból, és azonosítja azt az erőforrás-azonosítója alapján. (Öröklődés forrása ISupportsDeletingById) |
DeleteByIdAsync(String, CancellationToken) |
Töröl egy erőforrást az Azure-ból, és azonosítja azt az erőforrás-azonosítója alapján. (Öröklődés forrása ISupportsDeletingById) |
DeleteByResourceGroup(String, String) |
Töröl egy erőforrást az Azure-ból, és azonosítja a neve és az erőforráscsoportja alapján. (Öröklődés forrása ISupportsDeletingByResourceGroup) |
DeleteByResourceGroupAsync(String, String, CancellationToken) |
Töröl egy erőforrást az Azure-ból, és azonosítja a neve és az erőforráscsoportja alapján. (Öröklődés forrása ISupportsDeletingByResourceGroup) |
GetById(String) |
Lekéri egy erőforrás adatait az Azure-ból az erőforrás-azonosító alapján. (Öröklődés forrása ISupportsGettingById<T>) |
GetByIdAsync(String, CancellationToken) |
Lekéri egy erőforrás adatait az Azure-ból az erőforrás-azonosító alapján. (Öröklődés forrása ISupportsGettingById<T>) |
GetByResourceGroup(String, String) |
Lekéri egy erőforrás adatait az Azure-ból az erőforrás neve és az erőforráscsoport neve alapján. (Öröklődés forrása ISupportsGettingByResourceGroup<T>) |
GetByResourceGroupAsync(String, String, CancellationToken) |
Lekéri egy erőforrás adatait az Azure-ból az erőforrás neve és az erőforráscsoport neve alapján. (Öröklődés forrása ISupportsGettingByResourceGroup<T>) |
List() |
Felsorolja az aktuálisan kiválasztott előfizetésben megadott típusú összes erőforrást. (Öröklődés forrása ISupportsListing<T>) |
ListAsync(Boolean, CancellationToken) |
Felsorolja az aktuálisan kiválasztott előfizetésben megadott típusú összes erőforrást. (Öröklődés forrása ISupportsListing<T>) |
ListByResourceGroup(String) |
A megadott típusú erőforrásokat sorolja fel a megadott erőforráscsoportban. (Öröklődés forrása ISupportsListingByResourceGroup<T>) |
ListByResourceGroupAsync(String, Boolean, CancellationToken) |
A megadott típusú erőforrásokat sorolja fel a megadott erőforráscsoportban. (Öröklődés forrása ISupportsListingByResourceGroup<T>) |
A következőre érvényes:
Azure SDK for .NET