AccountsRestClient class
應該使用 (衍生自) 的基類,向 VSS REST API 提出要求
- Extends
建構函式
Accounts |
屬性
RESOURCE_AREA_ID |
方法
create |
|
get |
|
get |
取得特定擁有者或特定成員的帳戶清單。 需要下列其中一個參數:ownerId、memberId。 |
建構函式詳細資料
AccountsRestClient(IVssRestClientOptions)
屬性詳細資料
RESOURCE_AREA_ID
static RESOURCE_AREA_ID: string
屬性值
string
方法詳細資料
createAccount(AccountCreateInfoInternal, boolean)
function createAccount(info: AccountCreateInfoInternal, usePrecreated?: boolean): Promise<Account>
參數
- usePrecreated
-
boolean
傳回
Promise<Account>
getAccount(string)
getAccounts(string, string, string)
取得特定擁有者或特定成員的帳戶清單。 需要下列其中一個參數:ownerId、memberId。
function getAccounts(ownerId?: string, memberId?: string, properties?: string): Promise<Account[]>
參數
- ownerId
-
string
帳戶擁有者的識別碼。
- memberId
-
string
帳戶成員的識別碼。
- properties
-
string
傳回
Promise<Account[]>