CodeSigningAccountsOperations interface
Interface representing a CodeSigningAccounts operations.
Properties
| check |
Checks that the trusted signing account name is valid and is not already in use. |
| create | Create a trusted Signing Account. |
| delete | |
| get | Get a trusted Signing Account. |
| list |
Lists trusted signing accounts within a resource group. |
| list |
Lists trusted signing accounts within a subscription. |
| update | Update a trusted signing account. |
Property Details
checkNameAvailability
Checks that the trusted signing account name is valid and is not already in use.
checkNameAvailability: (body: CheckNameAvailability, options?: CodeSigningAccountsCheckNameAvailabilityOptionalParams) => Promise<CheckNameAvailabilityResult>
Property Value
(body: CheckNameAvailability, options?: CodeSigningAccountsCheckNameAvailabilityOptionalParams) => Promise<CheckNameAvailabilityResult>
create
Create a trusted Signing Account.
create: (resourceGroupName: string, accountName: string, resource: CodeSigningAccount, options?: CodeSigningAccountsCreateOptionalParams) => PollerLike<OperationState<CodeSigningAccount>, CodeSigningAccount>
Property Value
(resourceGroupName: string, accountName: string, resource: CodeSigningAccount, options?: CodeSigningAccountsCreateOptionalParams) => PollerLike<OperationState<CodeSigningAccount>, CodeSigningAccount>
delete
delete: (resourceGroupName: string, accountName: string, options?: CodeSigningAccountsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, accountName: string, options?: CodeSigningAccountsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get a trusted Signing Account.
get: (resourceGroupName: string, accountName: string, options?: CodeSigningAccountsGetOptionalParams) => Promise<CodeSigningAccount>
Property Value
(resourceGroupName: string, accountName: string, options?: CodeSigningAccountsGetOptionalParams) => Promise<CodeSigningAccount>
listByResourceGroup
Lists trusted signing accounts within a resource group.
listByResourceGroup: (resourceGroupName: string, options?: CodeSigningAccountsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<CodeSigningAccount, CodeSigningAccount[], PageSettings>
Property Value
(resourceGroupName: string, options?: CodeSigningAccountsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<CodeSigningAccount, CodeSigningAccount[], PageSettings>
listBySubscription
Lists trusted signing accounts within a subscription.
listBySubscription: (options?: CodeSigningAccountsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<CodeSigningAccount, CodeSigningAccount[], PageSettings>
Property Value
(options?: CodeSigningAccountsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<CodeSigningAccount, CodeSigningAccount[], PageSettings>
update
Update a trusted signing account.
update: (resourceGroupName: string, accountName: string, properties: CodeSigningAccountPatch, options?: CodeSigningAccountsUpdateOptionalParams) => PollerLike<OperationState<CodeSigningAccount>, CodeSigningAccount>
Property Value
(resourceGroupName: string, accountName: string, properties: CodeSigningAccountPatch, options?: CodeSigningAccountsUpdateOptionalParams) => PollerLike<OperationState<CodeSigningAccount>, CodeSigningAccount>