IAppServiceCertificates Interfaccia

Definizione

Punto di ingresso per l'API di gestione dei certificati.

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)
Implementazioni

Proprietà

Inner

Punto di ingresso per l'API di gestione dei certificati.

(Ereditato da IHasInner<T>)
Manager

Ottiene il tipo di client di gestione di questo tipo di risorsa.

(Ereditato da IHasManager<ManagerT>)

Metodi

Define(String)

Punto di ingresso per l'API di gestione dei certificati.

(Ereditato da ISupportsCreating<T>)
DeleteById(String)

Elimina una risorsa da Azure, identificandola in base all'ID risorsa.

(Ereditato da ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Elimina una risorsa da Azure, identificandola in base all'ID risorsa.

(Ereditato da ISupportsDeletingById)
DeleteByResourceGroup(String, String)

Elimina una risorsa da Azure, identificandola in base al nome e al relativo gruppo di risorse.

(Ereditato da ISupportsDeletingByResourceGroup)
DeleteByResourceGroupAsync(String, String, CancellationToken)

Elimina una risorsa da Azure, identificandola in base al nome e al relativo gruppo di risorse.

(Ereditato da ISupportsDeletingByResourceGroup)
GetById(String)

Ottiene le informazioni su una risorsa da Azure in base all'ID risorsa.

(Ereditato da ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Ottiene le informazioni su una risorsa da Azure in base all'ID risorsa.

(Ereditato da ISupportsGettingById<T>)
GetByResourceGroup(String, String)

Ottiene le informazioni su una risorsa da Azure in base al nome della risorsa e al nome del relativo gruppo di risorse.

(Ereditato da ISupportsGettingByResourceGroup<T>)
GetByResourceGroupAsync(String, String, CancellationToken)

Ottiene le informazioni su una risorsa da Azure in base al nome della risorsa e al nome del relativo gruppo di risorse.

(Ereditato da ISupportsGettingByResourceGroup<T>)
List()

Elenca tutte le risorse del tipo specificato nella sottoscrizione attualmente selezionata.

(Ereditato da ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Elenca tutte le risorse del tipo specificato nella sottoscrizione attualmente selezionata.

(Ereditato da ISupportsListing<T>)
ListByResourceGroup(String)

Elenca le risorse del tipo specificato nel gruppo di risorse specificato.

(Ereditato da ISupportsListingByResourceGroup<T>)
ListByResourceGroupAsync(String, Boolean, CancellationToken)

Elenca le risorse del tipo specificato nel gruppo di risorse specificato.

(Ereditato da ISupportsListingByResourceGroup<T>)

Si applica a