Dela via


IAppServiceCertificate Gränssnitt

Definition

En oföränderlig representation på klientsidan av ett Azure App Service-certifikat.

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

Egenskaper

CertificateBlob

Hämtar rådatabyte för CER-filen.

ExpirationDate

Hämtar certifikatets exprirationsdatum.

FriendlyName

Hämtar certifikatets eget namn.

HostingEnvironmentProfile

Hämtar specifikationen för App Service-miljön som ska användas för certifikatet.

HostNames

Hämtar de värdnamn som certifikatet gäller för.

Id

Hämtar resurs-ID-strängen

(Ärvd från IHasId)
Inner

En oföränderlig representation på klientsidan av ett Azure App Service-certifikat.

(Ärvd från IHasInner<T>)
IssueDate

Hämtar certifikatproblemet Datum.

Issuer

Hämtar certifikatutfärdaren.

Key

En oföränderlig representation på klientsidan av ett Azure App Service-certifikat.

(Ärvd från IIndexable)
Manager

Hämtar hanteringsklienttypen för den här resurstypen.

(Ärvd från IHasManager<ManagerT>)
Name

Hämtar namnet på resursen

(Ärvd från IHasName)
Password

Hämtar certifikatlösenordet.

PfxBlob

Hämtar pfx-bloben.

PublicKeyHash

Hämtar hashen för den offentliga nyckeln.

Region

En oföränderlig representation på klientsidan av ett Azure App Service-certifikat.

(Ärvd från IResource)
RegionName

En oföränderlig representation på klientsidan av ett Azure App Service-certifikat.

(Ärvd från IResource)
ResourceGroupName

En oföränderlig representation på klientsidan av ett Azure App Service-certifikat.

(Ärvd från IHasResourceGroup)
SelfLink

Hämtar självlänken.

SiteName

Hämtar appnamnet.

SubjectName

Hämtar certifikatets ämnesnamn.

Tags

En oföränderlig representation på klientsidan av ett Azure App Service-certifikat.

(Ärvd från IResource)
Thumbprint

Hämtar certifikatets tumavtryck.

Type

En oföränderlig representation på klientsidan av ett Azure App Service-certifikat.

(Ärvd från IResource)
Valid

Hämtar om certifikatet är giltigt.

Metoder

Refresh()

Uppdaterar resursen för synkronisering med Azure.

(Ärvd från IRefreshable<T>)
RefreshAsync(CancellationToken)

Uppdaterar resursen för synkronisering med Azure.

(Ärvd från IRefreshable<T>)

Gäller för