Aracılığıyla paylaş


CertificateProfilesOperations interface

CertificateProfiles işlemlerini temsil eden arabirim.

Özellikler

create

Bir sertifika profili oluşturun.

delete
get

Sertifika profilinin ayrıntılarını alın.

listByCodeSigningAccount

Güvenilen bir imzalama hesabı altında sertifika profillerini listeleyin.

revokeCertificate

Sertifika profili altındaki bir sertifikayı iptal etme.

Özellik Ayrıntıları

create

Bir sertifika profili oluşturun.

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

Özellik Değeri

(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>

Özellik Değeri

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

get

Sertifika profilinin ayrıntılarını alın.

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

Özellik Değeri

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

listByCodeSigningAccount

Güvenilen bir imzalama hesabı altında sertifika profillerini listeleyin.

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

Özellik Değeri

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

revokeCertificate

Sertifika profili altındaki bir sertifikayı iptal etme.

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

Özellik Değeri

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