다음을 통해 공유


Accounts class

계정을 나타내는 클래스입니다.

생성자

Accounts(VisualStudioResourceProviderClientContext)

계정을 만듭니다.

메서드

checkNameAvailability(CheckNameAvailabilityParameter, RequestOptionsBase)

지정된 Visual Studio Team Services 계정 이름을 사용할 수 있는지 확인합니다. 리소스 이름은 계정 이름 또는 계정 이름 및 PUID일 수 있습니다.

checkNameAvailability(CheckNameAvailabilityParameter, RequestOptionsBase, ServiceCallback<CheckNameAvailabilityResult>)
checkNameAvailability(CheckNameAvailabilityParameter, ServiceCallback<CheckNameAvailabilityResult>)
createOrUpdate(string, AccountResourceRequest, string, RequestOptionsBase)

Visual Studio Team Services 계정 리소스를 만들거나 업데이트합니다.

createOrUpdate(string, AccountResourceRequest, string, RequestOptionsBase, ServiceCallback<AccountResource>)
createOrUpdate(string, AccountResourceRequest, string, ServiceCallback<AccountResource>)
deleteMethod(string, string, RequestOptionsBase)

Visual Studio Team Services 계정 리소스를 삭제합니다.

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, ServiceCallback<void>)
get(string, string, RequestOptionsBase)

Visual Studio Team Services 계정 리소스 세부 정보를 가져옵니다.

get(string, string, RequestOptionsBase, ServiceCallback<AccountResource>)
get(string, string, ServiceCallback<AccountResource>)
listByResourceGroup(string, RequestOptionsBase)

지정된 Azure 구독에 연결된 리소스 그룹 아래에 있는 모든 Visual Studio Team Services 계정 리소스를 가져옵니다.

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<AccountResourceListResult>)
listByResourceGroup(string, ServiceCallback<AccountResourceListResult>)
update(string, AccountTagRequest, string, RequestOptionsBase)

Visual Studio Team Services 계정 리소스에 대한 태그를 업데이트.

update(string, AccountTagRequest, string, RequestOptionsBase, ServiceCallback<AccountResource>)
update(string, AccountTagRequest, string, ServiceCallback<AccountResource>)

생성자 세부 정보

Accounts(VisualStudioResourceProviderClientContext)

계정을 만듭니다.

new Accounts(client: VisualStudioResourceProviderClientContext)

매개 변수

client
VisualStudioResourceProviderClientContext

서비스 클라이언트에 대한 참조입니다.

메서드 세부 정보

checkNameAvailability(CheckNameAvailabilityParameter, RequestOptionsBase)

지정된 Visual Studio Team Services 계정 이름을 사용할 수 있는지 확인합니다. 리소스 이름은 계정 이름 또는 계정 이름 및 PUID일 수 있습니다.

function checkNameAvailability(body: CheckNameAvailabilityParameter, options?: RequestOptionsBase): Promise<AccountsCheckNameAvailabilityResponse>

매개 변수

body
CheckNameAvailabilityParameter

가용성을 확인할 이름을 설명하는 매개 변수입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.AccountsCheckNameAvailabilityResponse>

checkNameAvailability(CheckNameAvailabilityParameter, RequestOptionsBase, ServiceCallback<CheckNameAvailabilityResult>)

function checkNameAvailability(body: CheckNameAvailabilityParameter, options: RequestOptionsBase, callback: ServiceCallback<CheckNameAvailabilityResult>)

매개 변수

body
CheckNameAvailabilityParameter

가용성을 확인할 이름을 설명하는 매개 변수입니다.

options
RequestOptionsBase

선택적 매개 변수

checkNameAvailability(CheckNameAvailabilityParameter, ServiceCallback<CheckNameAvailabilityResult>)

function checkNameAvailability(body: CheckNameAvailabilityParameter, callback: ServiceCallback<CheckNameAvailabilityResult>)

매개 변수

body
CheckNameAvailabilityParameter

가용성을 확인할 이름을 설명하는 매개 변수입니다.

createOrUpdate(string, AccountResourceRequest, string, RequestOptionsBase)

Visual Studio Team Services 계정 리소스를 만들거나 업데이트합니다.

function createOrUpdate(resourceGroupName: string, body: AccountResourceRequest, resourceName: string, options?: RequestOptionsBase): Promise<AccountsCreateOrUpdateResponse>

매개 변수

resourceGroupName

string

Azure 구독 내의 리소스 그룹의 이름입니다.

body
AccountResourceRequest

요청 데이터입니다.

resourceName

string

리소스의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.AccountsCreateOrUpdateResponse>

createOrUpdate(string, AccountResourceRequest, string, RequestOptionsBase, ServiceCallback<AccountResource>)

function createOrUpdate(resourceGroupName: string, body: AccountResourceRequest, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<AccountResource>)

매개 변수

resourceGroupName

string

Azure 구독 내의 리소스 그룹의 이름입니다.

body
AccountResourceRequest

요청 데이터입니다.

resourceName

string

리소스의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<AccountResource>

콜백

createOrUpdate(string, AccountResourceRequest, string, ServiceCallback<AccountResource>)

function createOrUpdate(resourceGroupName: string, body: AccountResourceRequest, resourceName: string, callback: ServiceCallback<AccountResource>)

매개 변수

resourceGroupName

string

Azure 구독 내의 리소스 그룹의 이름입니다.

body
AccountResourceRequest

요청 데이터입니다.

resourceName

string

리소스의 이름입니다.

callback

ServiceCallback<AccountResource>

콜백

deleteMethod(string, string, RequestOptionsBase)

Visual Studio Team Services 계정 리소스를 삭제합니다.

function deleteMethod(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<RestResponse>

매개 변수

resourceGroupName

string

Azure 구독 내의 리소스 그룹의 이름입니다.

resourceName

string

리소스의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<RestResponse>

Promise<msRest.RestResponse>

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

매개 변수

resourceGroupName

string

Azure 구독 내의 리소스 그룹의 이름입니다.

resourceName

string

리소스의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<void>

콜백

deleteMethod(string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, resourceName: string, callback: ServiceCallback<void>)

매개 변수

resourceGroupName

string

Azure 구독 내의 리소스 그룹의 이름입니다.

resourceName

string

리소스의 이름입니다.

callback

ServiceCallback<void>

콜백

get(string, string, RequestOptionsBase)

Visual Studio Team Services 계정 리소스 세부 정보를 가져옵니다.

function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<AccountsGetResponse>

매개 변수

resourceGroupName

string

Azure 구독 내의 리소스 그룹의 이름입니다.

resourceName

string

리소스의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.AccountsGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<AccountResource>)

function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<AccountResource>)

매개 변수

resourceGroupName

string

Azure 구독 내의 리소스 그룹의 이름입니다.

resourceName

string

리소스의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<AccountResource>

콜백

get(string, string, ServiceCallback<AccountResource>)

function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<AccountResource>)

매개 변수

resourceGroupName

string

Azure 구독 내의 리소스 그룹의 이름입니다.

resourceName

string

리소스의 이름입니다.

callback

ServiceCallback<AccountResource>

콜백

listByResourceGroup(string, RequestOptionsBase)

지정된 Azure 구독에 연결된 리소스 그룹 아래에 있는 모든 Visual Studio Team Services 계정 리소스를 가져옵니다.

function listByResourceGroup(resourceGroupName: string, options?: RequestOptionsBase): Promise<AccountsListByResourceGroupResponse>

매개 변수

resourceGroupName

string

Azure 구독 내의 리소스 그룹의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.AccountsListByResourceGroupResponse>

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<AccountResourceListResult>)

function listByResourceGroup(resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<AccountResourceListResult>)

매개 변수

resourceGroupName

string

Azure 구독 내의 리소스 그룹의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

listByResourceGroup(string, ServiceCallback<AccountResourceListResult>)

function listByResourceGroup(resourceGroupName: string, callback: ServiceCallback<AccountResourceListResult>)

매개 변수

resourceGroupName

string

Azure 구독 내의 리소스 그룹의 이름입니다.

update(string, AccountTagRequest, string, RequestOptionsBase)

Visual Studio Team Services 계정 리소스에 대한 태그를 업데이트.

function update(resourceGroupName: string, body: AccountTagRequest, resourceName: string, options?: RequestOptionsBase): Promise<AccountsUpdateResponse>

매개 변수

resourceGroupName

string

Azure 구독 내의 리소스 그룹의 이름입니다.

body
AccountTagRequest

요청 데이터입니다.

resourceName

string

리소스의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.AccountsUpdateResponse>

update(string, AccountTagRequest, string, RequestOptionsBase, ServiceCallback<AccountResource>)

function update(resourceGroupName: string, body: AccountTagRequest, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<AccountResource>)

매개 변수

resourceGroupName

string

Azure 구독 내의 리소스 그룹의 이름입니다.

body
AccountTagRequest

요청 데이터입니다.

resourceName

string

리소스의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<AccountResource>

콜백

update(string, AccountTagRequest, string, ServiceCallback<AccountResource>)

function update(resourceGroupName: string, body: AccountTagRequest, resourceName: string, callback: ServiceCallback<AccountResource>)

매개 변수

resourceGroupName

string

Azure 구독 내의 리소스 그룹의 이름입니다.

body
AccountTagRequest

요청 데이터입니다.

resourceName

string

리소스의 이름입니다.

callback

ServiceCallback<AccountResource>

콜백