CertificateProfilesOperations interface
Gränssnitt som representerar en CertificateProfiles-åtgärder.
Egenskaper
create | Skapa en certifikatprofil. |
delete | |
get | Hämta information om en certifikatprofil. |
list |
Lista certifikatprofiler under ett betrott signeringskonto. |
revoke |
Återkalla ett certifikat under en certifikatprofil. |
Egenskapsinformation
create
Skapa en certifikatprofil.
create: (resourceGroupName: string, accountName: string, profileName: string, resource: CertificateProfile, options?: CertificateProfilesCreateOptionalParams) => PollerLike<OperationState<CertificateProfile>, CertificateProfile>
Egenskapsvärde
(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>
Egenskapsvärde
(resourceGroupName: string, accountName: string, profileName: string, options?: CertificateProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Hämta information om en certifikatprofil.
get: (resourceGroupName: string, accountName: string, profileName: string, options?: CertificateProfilesGetOptionalParams) => Promise<CertificateProfile>
Egenskapsvärde
(resourceGroupName: string, accountName: string, profileName: string, options?: CertificateProfilesGetOptionalParams) => Promise<CertificateProfile>
listByCodeSigningAccount
Lista certifikatprofiler under ett betrott signeringskonto.
listByCodeSigningAccount: (resourceGroupName: string, accountName: string, options?: CertificateProfilesListByCodeSigningAccountOptionalParams) => PagedAsyncIterableIterator<CertificateProfile, CertificateProfile[], PageSettings>
Egenskapsvärde
(resourceGroupName: string, accountName: string, options?: CertificateProfilesListByCodeSigningAccountOptionalParams) => PagedAsyncIterableIterator<CertificateProfile, CertificateProfile[], PageSettings>
revokeCertificate
Återkalla ett certifikat under en certifikatprofil.
revokeCertificate: (resourceGroupName: string, accountName: string, profileName: string, body: RevokeCertificate, options?: CertificateProfilesRevokeCertificateOptionalParams) => Promise<void>
Egenskapsvärde
(resourceGroupName: string, accountName: string, profileName: string, body: RevokeCertificate, options?: CertificateProfilesRevokeCertificateOptionalParams) => Promise<void>
Azure SDK for JavaScript