Freigeben über


CertificateProfilesOperations interface

Schnittstelle, die eine CertificateProfiles-Vorgänge darstellt.

Eigenschaften

create

Erstellen Sie ein Zertifikatprofil.

delete
get

Rufen Sie Details eines Zertifikatprofils ab.

listByCodeSigningAccount

Auflisten von Zertifikatprofilen unter einem vertrauenswürdigen Signaturkonto.

revokeCertificate

Widerrufen eines Zertifikats unter einem Zertifikatprofil.

Details zur Eigenschaft

create

Erstellen Sie ein Zertifikatprofil.

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

Eigenschaftswert

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

Eigenschaftswert

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

get

Rufen Sie Details eines Zertifikatprofils ab.

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

Eigenschaftswert

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

listByCodeSigningAccount

Auflisten von Zertifikatprofilen unter einem vertrauenswürdigen Signaturkonto.

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

Eigenschaftswert

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

revokeCertificate

Widerrufen eines Zertifikats unter einem Zertifikatprofil.

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

Eigenschaftswert

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