Accounts interface
Fiókokat jelképező felület.
Metódusok
| check |
Ellenőrzi, hogy a megadott Visual Studio Team Services-fióknév elérhető-e. Az erőforrás neve lehet fióknév, vagy fióknév és PUID. |
| create |
Létrehoz vagy frissít egy Visual Studio Team Services-fiókerőforrást. |
| delete(string, string, Accounts |
Töröl egy Visual Studio Team Services-fiókerőforrást. |
| get(string, string, Accounts |
Lekéri a Visual Studio Team Services-fiók erőforrásadatait. |
| list |
Lekéri a Visual Studio Team Services-fiók összes erőforrását a megadott Azure-előfizetéshez társított erőforráscsoport alatt. |
| update(string, string, Account |
Frissíti a Visual Studio Team Services-fiókerőforrás címkéinek frissítését. |
Metódus adatai
checkNameAvailability(CheckNameAvailabilityParameter, AccountsCheckNameAvailabilityOptionalParams)
Ellenőrzi, hogy a megadott Visual Studio Team Services-fióknév elérhető-e. Az erőforrás neve lehet fióknév, vagy fióknév és PUID.
function checkNameAvailability(body: CheckNameAvailabilityParameter, options?: AccountsCheckNameAvailabilityOptionalParams): Promise<CheckNameAvailabilityResult>
Paraméterek
A rendelkezésre állás ellenőrzéséhez használt nevet leíró paraméterek.
A beállítások paraméterei.
Válaszok
Promise<CheckNameAvailabilityResult>
createOrUpdate(string, string, AccountResourceRequest, AccountsCreateOrUpdateOptionalParams)
Létrehoz vagy frissít egy Visual Studio Team Services-fiókerőforrást.
function createOrUpdate(resourceGroupName: string, resourceName: string, body: AccountResourceRequest, options?: AccountsCreateOrUpdateOptionalParams): Promise<AccountResource>
Paraméterek
- resourceGroupName
-
string
Az Azure-előfizetésen belüli erőforráscsoport neve.
- resourceName
-
string
Az erőforrás neve.
A kérelem adatai.
A beállítások paraméterei.
Válaszok
Promise<AccountResource>
delete(string, string, AccountsDeleteOptionalParams)
Töröl egy Visual Studio Team Services-fiókerőforrást.
function delete(resourceGroupName: string, resourceName: string, options?: AccountsDeleteOptionalParams): Promise<void>
Paraméterek
- resourceGroupName
-
string
Az Azure-előfizetésen belüli erőforráscsoport neve.
- resourceName
-
string
Az erőforrás neve.
- options
- AccountsDeleteOptionalParams
A beállítások paraméterei.
Válaszok
Promise<void>
get(string, string, AccountsGetOptionalParams)
Lekéri a Visual Studio Team Services-fiók erőforrásadatait.
function get(resourceGroupName: string, resourceName: string, options?: AccountsGetOptionalParams): Promise<AccountResource>
Paraméterek
- resourceGroupName
-
string
Az Azure-előfizetésen belüli erőforráscsoport neve.
- resourceName
-
string
Az erőforrás neve.
- options
- AccountsGetOptionalParams
A beállítások paraméterei.
Válaszok
Promise<AccountResource>
listByResourceGroup(string, AccountsListByResourceGroupOptionalParams)
Lekéri a Visual Studio Team Services-fiók összes erőforrását a megadott Azure-előfizetéshez társított erőforráscsoport alatt.
function listByResourceGroup(resourceGroupName: string, options?: AccountsListByResourceGroupOptionalParams): Promise<AccountResourceListResult>
Paraméterek
- resourceGroupName
-
string
Az Azure-előfizetésen belüli erőforráscsoport neve.
A beállítások paraméterei.
Válaszok
Promise<AccountResourceListResult>
update(string, string, AccountTagRequest, AccountsUpdateOptionalParams)
Frissíti a Visual Studio Team Services-fiókerőforrás címkéinek frissítését.
function update(resourceGroupName: string, resourceName: string, body: AccountTagRequest, options?: AccountsUpdateOptionalParams): Promise<AccountResource>
Paraméterek
- resourceGroupName
-
string
Az Azure-előfizetésen belüli erőforráscsoport neve.
- resourceName
-
string
Az erőforrás neve.
- body
- AccountTagRequest
A kérelem adatai.
- options
- AccountsUpdateOptionalParams
A beállítások paraméterei.
Válaszok
Promise<AccountResource>