CertificateProfilesOperations interface

Interface die een CertificateProfiles-operatie vertegenwoordigt.

Eigenschappen

create

Maak een certificaatprofiel.

delete
get

Details van een certificaatprofiel ophalen.

listByCodeSigningAccount

Geef certificaatprofielen weer onder een artefactondertekeningsaccount.

revokeCertificate

Trek een certificaat in onder een certificaatprofiel.

Eigenschapdetails

create

Maak een certificaatprofiel.

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

Waarde van eigenschap

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

Waarde van eigenschap

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

get

Details van een certificaatprofiel ophalen.

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

Waarde van eigenschap

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

listByCodeSigningAccount

Geef certificaatprofielen weer onder een artefactondertekeningsaccount.

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

Waarde van eigenschap

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

revokeCertificate

Trek een certificaat in onder een certificaatprofiel.

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

Waarde van eigenschap

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