Partager via


CertificateProfilesOperations interface

Interface représentant une opération CertificateProfiles.

Propriétés

create

Créez un profil de certificat.

delete
get

Obtenez les détails d’un profil de certificat.

listByCodeSigningAccount

Répertoriez les profils de certificat sous un compte de signature d’artefact.

revokeCertificate

Révoquez un certificat sous un profil de certificat.

Détails de la propriété

create

Créez un profil de certificat.

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

Valeur de propriété

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

Valeur de propriété

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

get

Obtenez les détails d’un profil de certificat.

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

Valeur de propriété

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

listByCodeSigningAccount

Répertoriez les profils de certificat sous un compte de signature d’artefact.

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

Valeur de propriété

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

revokeCertificate

Révoquez un certificat sous un profil de certificat.

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

Valeur de propriété

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