다음을 통해 공유


CodeSigningAccountsOperations interface

CodeSigningAccounts 작업을 나타내는 인터페이스입니다.

속성

checkNameAvailability

신뢰할 수 있는 서명 계정 이름이 유효하고 아직 사용되고 있지 않은지 확인합니다.

create

신뢰할 수 있는 서명 계정을 만듭니다.

delete
get

신뢰할 수 있는 서명 계정을 가져옵니다.

listByResourceGroup

리소스 그룹 내에서 신뢰할 수 있는 서명 계정을 나열합니다.

listBySubscription

구독 내에서 신뢰할 수 있는 서명 계정을 나열합니다.

update

신뢰할 수 있는 서명 계정을 업데이트합니다.

속성 세부 정보

checkNameAvailability

신뢰할 수 있는 서명 계정 이름이 유효하고 아직 사용되고 있지 않은지 확인합니다.

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

속성 값

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

create

신뢰할 수 있는 서명 계정을 만듭니다.

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

속성 값

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

delete

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

속성 값

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

get

신뢰할 수 있는 서명 계정을 가져옵니다.

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

속성 값

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

listByResourceGroup

리소스 그룹 내에서 신뢰할 수 있는 서명 계정을 나열합니다.

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

속성 값

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

listBySubscription

구독 내에서 신뢰할 수 있는 서명 계정을 나열합니다.

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

속성 값

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

update

신뢰할 수 있는 서명 계정을 업데이트합니다.

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

속성 값

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