CertificateProfilesOperations interface

A CertificateProfiles-műveleteket képviselő felület.

Tulajdonságok

create

Hozzon létre egy tanúsítványprofilt.

delete
get

Tanúsítványprofil részleteinek lekérése.

listByCodeSigningAccount

Tanúsítványprofilok listázása megbízható aláíró fiók alatt.

revokeCertificate

Tanúsítványprofilban lévő tanúsítvány visszavonása.

Tulajdonság adatai

create

Hozzon létre egy tanúsítványprofilt.

create: (resourceGroupName: string, accountName: string, profileName: string, resource: CertificateProfile, options?: CertificateProfilesCreateOptionalParams) => PollerLike<OperationState<CertificateProfile>, CertificateProfile>

Tulajdonság értéke

(resourceGroupName: string, accountName: string, profileName: string, resource: CertificateProfile, options?: CertificateProfilesCreateOptionalParams) => PollerLike<OperationState<CertificateProfile>, CertificateProfile>

delete

delete: (resourceGroupName: string, accountName: string, profileName: string, options?: CertificateProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Tulajdonság értéke

(resourceGroupName: string, accountName: string, profileName: string, options?: CertificateProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Tanúsítványprofil részleteinek lekérése.

get: (resourceGroupName: string, accountName: string, profileName: string, options?: CertificateProfilesGetOptionalParams) => Promise<CertificateProfile>

Tulajdonság értéke

(resourceGroupName: string, accountName: string, profileName: string, options?: CertificateProfilesGetOptionalParams) => Promise<CertificateProfile>

listByCodeSigningAccount

Tanúsítványprofilok listázása megbízható aláíró fiók alatt.

listByCodeSigningAccount: (resourceGroupName: string, accountName: string, options?: CertificateProfilesListByCodeSigningAccountOptionalParams) => PagedAsyncIterableIterator<CertificateProfile, CertificateProfile[], PageSettings>

Tulajdonság értéke

(resourceGroupName: string, accountName: string, options?: CertificateProfilesListByCodeSigningAccountOptionalParams) => PagedAsyncIterableIterator<CertificateProfile, CertificateProfile[], PageSettings>

revokeCertificate

Tanúsítványprofilban lévő tanúsítvány visszavonása.

revokeCertificate: (resourceGroupName: string, accountName: string, profileName: string, body: RevokeCertificate, options?: CertificateProfilesRevokeCertificateOptionalParams) => Promise<void>

Tulajdonság értéke

(resourceGroupName: string, accountName: string, profileName: string, body: RevokeCertificate, options?: CertificateProfilesRevokeCertificateOptionalParams) => Promise<void>