CodeSigningAccountsOperations interface

CodeSigningAccounts işlemlerini temsil eden arayüz.

Özellikler

checkNameAvailability

Eser imzalayan hesap adının geçerli olup olmadığını ve zaten kullanılmadığını kontrol eder.

create

Bir eser İmza Hesabı oluşturun.

delete
get

Bir yapıt İmzalama Hesabı alın.

listByResourceGroup

Bir kaynak grubu içindeki artefakt imza hesaplarını listeler.

listBySubscription

Abonelik içindeki eser imzalayan hesapları listeler.

update

Yapıt imzalama hesabını güncelleştirme.

Özellik Ayrıntıları

checkNameAvailability

Eser imzalayan hesap adının geçerli olup olmadığını ve zaten kullanılmadığını kontrol eder.

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

Özellik Değeri

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

create

Bir eser İmza 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

Bir yapıt İ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

Bir kaynak grubu içindeki artefakt imza 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 eser imzalayan hesapları listeler.

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

Özellik Değeri

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

update

Yapıt 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>