Aracılığıyla paylaş


CodeSigningAccountsOperations interface

CodeSigningAccounts işlemlerini temsil eden arabirim.

Özellikler

checkNameAvailability

Güvenilir imzalama hesabı adının geçerli olduğunu ve henüz kullanımda olmadığını denetler.

create

Güvenilir bir İmzalama Hesabı oluşturun.

delete
get

Güvenilir bir İmzalama Hesabı alın.

listByResourceGroup

Kaynak grubu içindeki güvenilir imzalama hesaplarını listeler.

listBySubscription

Abonelik içindeki güvenilir imzalama hesaplarını listeler.

update

Güvenilir bir imzalama hesabını güncelleştirme.

Özellik Ayrıntıları

checkNameAvailability

Güvenilir imzalama hesabı adının geçerli olduğunu ve henüz kullanımda olmadığını denetler.

checkNameAvailability: (body: CheckNameAvailability, options?: CodeSigningAccountsCheckNameAvailabilityOptionalParams) => Promise<CheckNameAvailabilityResult>

Özellik Değeri

(body: CheckNameAvailability, options?: CodeSigningAccountsCheckNameAvailabilityOptionalParams) => Promise<CheckNameAvailabilityResult>

create

Güvenilir bir İmzalama Hesabı oluşturun.

create: (resourceGroupName: string, accountName: string, resource: CodeSigningAccount, options?: CodeSigningAccountsCreateOptionalParams) => PollerLike<OperationState<CodeSigningAccount>, CodeSigningAccount>

Özellik Değeri

(resourceGroupName: string, accountName: string, resource: CodeSigningAccount, options?: CodeSigningAccountsCreateOptionalParams) => PollerLike<OperationState<CodeSigningAccount>, CodeSigningAccount>

delete

delete: (resourceGroupName: string, accountName: string, options?: CodeSigningAccountsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Özellik Değeri

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

get

Güvenilir bir İmzalama Hesabı alın.

get: (resourceGroupName: string, accountName: string, options?: CodeSigningAccountsGetOptionalParams) => Promise<CodeSigningAccount>

Özellik Değeri

(resourceGroupName: string, accountName: string, options?: CodeSigningAccountsGetOptionalParams) => Promise<CodeSigningAccount>

listByResourceGroup

Kaynak grubu içindeki güvenilir imzalama hesaplarını listeler.

listByResourceGroup: (resourceGroupName: string, options?: CodeSigningAccountsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<CodeSigningAccount, CodeSigningAccount[], PageSettings>

Özellik Değeri

(resourceGroupName: string, options?: CodeSigningAccountsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<CodeSigningAccount, CodeSigningAccount[], PageSettings>

listBySubscription

Abonelik içindeki güvenilir imzalama hesaplarını listeler.

listBySubscription: (options?: CodeSigningAccountsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<CodeSigningAccount, CodeSigningAccount[], PageSettings>

Özellik Değeri

(options?: CodeSigningAccountsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<CodeSigningAccount, CodeSigningAccount[], PageSettings>

update

Güvenilir bir imzalama hesabını güncelleştirme.

update: (resourceGroupName: string, accountName: string, properties: CodeSigningAccountPatch, options?: CodeSigningAccountsUpdateOptionalParams) => PollerLike<OperationState<CodeSigningAccount>, CodeSigningAccount>

Özellik Değeri

(resourceGroupName: string, accountName: string, properties: CodeSigningAccountPatch, options?: CodeSigningAccountsUpdateOptionalParams) => PollerLike<OperationState<CodeSigningAccount>, CodeSigningAccount>