CertificateProfilesOperations interface
Interface die een CertificateProfiles-bewerking vertegenwoordigt.
Eigenschappen
| create | Maak een certificaatprofiel. |
| delete | |
| get | Details van een certificaatprofiel ophalen. |
| list |
Geef certificaatprofielen weer onder een vertrouwd handtekeningaccount. |
| revoke |
Een certificaat intrekken 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 vertrouwd handtekeningaccount.
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
Een certificaat intrekken 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>