Compartir a través de


IAppServiceCertificate Interfaz

Definición

Representación inmutable del lado cliente de un certificado de Azure App Service.

public interface IAppServiceCertificate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager,Microsoft.Azure.Management.AppService.Fluent.Models.CertificateInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.Models.CertificateInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificate>
type IAppServiceCertificate = interface
    interface IBeta
    interface IGroupableResource<IAppServiceManager, CertificateInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<IAppServiceManager>
    interface IHasInner<CertificateInner>
    interface IRefreshable<IAppServiceCertificate>
Public Interface IAppServiceCertificate
Implements IBeta, IGroupableResource(Of IAppServiceManager, CertificateInner), IHasInner(Of CertificateInner), IHasManager(Of IAppServiceManager), IRefreshable(Of IAppServiceCertificate)
Implementaciones

Propiedades

CertificateBlob

Obtiene los bytes sin formato del archivo .cer.

ExpirationDate

Obtiene la fecha de expriration del certificado.

FriendlyName

Obtiene el nombre descriptivo del certificado.

HostingEnvironmentProfile

Obtiene la especificación del App Service Environment que se va a usar para el certificado.

HostNames

Obtiene los nombres de host a los que se aplica el certificado.

Id

Obtiene la cadena de identificador de recurso.

(Heredado de IHasId)
Inner

Representación inmutable del lado cliente de un certificado de Azure App Service.

(Heredado de IHasInner<T>)
IssueDate

Obtiene la fecha de emisión del certificado.

Issuer

Obtiene el emisor de certificados.

Key

Representación inmutable del lado cliente de un certificado de Azure App Service.

(Heredado de IIndexable)
Manager

Obtiene el tipo de cliente de administrador de este tipo de recurso.

(Heredado de IHasManager<ManagerT>)
Name

Obtiene el nombre del recurso.

(Heredado de IHasName)
Password

Obtiene la contraseña del certificado.

PfxBlob

Obtiene el blob pfx.

PublicKeyHash

Obtiene el hash de clave pública.

Region

Representación inmutable del lado cliente de un certificado de Azure App Service.

(Heredado de IResource)
RegionName

Representación inmutable del lado cliente de un certificado de Azure App Service.

(Heredado de IResource)
ResourceGroupName

Representación inmutable del lado cliente de un certificado de Azure App Service.

(Heredado de IHasResourceGroup)
SelfLink

Obtiene el vínculo de sí mismo.

SiteName

Obtiene el nombre de la aplicación.

SubjectName

Obtiene el nombre del firmante del certificado.

Tags

Representación inmutable del lado cliente de un certificado de Azure App Service.

(Heredado de IResource)
Thumbprint

Obtiene la huella digital del certificado.

Type

Representación inmutable del lado cliente de un certificado de Azure App Service.

(Heredado de IResource)
Valid

Obtiene si el certificado es válido.

Métodos

Refresh()

Actualiza el recurso para que se sincronice con Azure.

(Heredado de IRefreshable<T>)
RefreshAsync(CancellationToken)

Actualiza el recurso para que se sincronice con Azure.

(Heredado de IRefreshable<T>)

Se aplica a