CodeSigningAccountsOperations interface

Interfejs reprezentujący operacje CodeSigningAccounts.

Właściwości

checkNameAvailability

Sprawdza, czy nazwa konta podpisującego artefakt jest ważna i nie jest już używana.

create

Załóż konto podpisujące artefakty.

delete
get

Pobierz konto podpisywania artefaktu.

listByResourceGroup

Lista kont podpisujących artefakty w grupie zasobów.

listBySubscription

Lista kont podpisujących artefakty w ramach subskrypcji.

update

Aktualizowanie konta podpisywania artefaktu.

Szczegóły nieruchomości

checkNameAvailability

Sprawdza, czy nazwa konta podpisującego artefakt jest ważna i nie jest już używana.

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

Wartość nieruchomości

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

create

Załóż konto podpisujące artefakty.

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

Wartość nieruchomości

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

delete

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

Wartość nieruchomości

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

get

Pobierz konto podpisywania artefaktu.

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

Wartość nieruchomości

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

listByResourceGroup

Lista kont podpisujących artefakty w grupie zasobów.

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

Wartość nieruchomości

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

listBySubscription

Lista kont podpisujących artefakty w ramach subskrypcji.

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

Wartość nieruchomości

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

update

Aktualizowanie konta podpisywania artefaktu.

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

Wartość nieruchomości

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