Account class
Klasse die een account vertegenwoordigt.
Constructors
| Account(Batch |
Maak een account. |
Methoden
Constructordetails
Account(BatchServiceClientContext)
Maak een account.
new Account(client: BatchServiceClientContext)
Parameters
- client
- BatchServiceClientContext
Verwijzing naar de serviceclient.
Methodedetails
listPoolNodeCounts(AccountListPoolNodeCountsOptionalParams)
Hiermee haalt u het aantal rekenknooppunten in elke status op, gegroepeerd op pool. Houd er rekening mee dat de geretourneerde getallen mogelijk niet altijd up-to-date zijn. Als u exact aantal knooppunten nodig hebt, gebruikt u een lijstquery.
function listPoolNodeCounts(options?: AccountListPoolNodeCountsOptionalParams): Promise<AccountListPoolNodeCountsResponse>
Parameters
De optionele parameters
Retouren
Promise<AccountListPoolNodeCountsResponse>
Promise<Models.AccountListPoolNodeCountsResponse>
listPoolNodeCounts(AccountListPoolNodeCountsOptionalParams, ServiceCallback<PoolNodeCountsListResult>)
function listPoolNodeCounts(options: AccountListPoolNodeCountsOptionalParams, callback: ServiceCallback<PoolNodeCountsListResult>)
Parameters
De optionele parameters
- callback
De callback
listPoolNodeCounts(ServiceCallback<PoolNodeCountsListResult>)
function listPoolNodeCounts(callback: ServiceCallback<PoolNodeCountsListResult>)
Parameters
- callback
De callback
listPoolNodeCountsNext(string, AccountListPoolNodeCountsNextOptionalParams)
Hiermee haalt u het aantal rekenknooppunten in elke status op, gegroepeerd op pool. Houd er rekening mee dat de geretourneerde getallen mogelijk niet altijd up-to-date zijn. Als u exact aantal knooppunten nodig hebt, gebruikt u een lijstquery.
function listPoolNodeCountsNext(nextPageLink: string, options?: AccountListPoolNodeCountsNextOptionalParams): Promise<AccountListPoolNodeCountsResponse>
Parameters
- nextPageLink
-
string
De NextLink van de vorige geslaagde aanroep naar lijstbewerking.
De optionele parameters
Retouren
Promise<AccountListPoolNodeCountsResponse>
Promise<Models.AccountListPoolNodeCountsResponse>
listPoolNodeCountsNext(string, AccountListPoolNodeCountsNextOptionalParams, ServiceCallback<PoolNodeCountsListResult>)
function listPoolNodeCountsNext(nextPageLink: string, options: AccountListPoolNodeCountsNextOptionalParams, callback: ServiceCallback<PoolNodeCountsListResult>)
Parameters
- nextPageLink
-
string
De NextLink van de vorige geslaagde aanroep naar lijstbewerking.
De optionele parameters
- callback
De callback
listPoolNodeCountsNext(string, ServiceCallback<PoolNodeCountsListResult>)
function listPoolNodeCountsNext(nextPageLink: string, callback: ServiceCallback<PoolNodeCountsListResult>)
Parameters
- nextPageLink
-
string
De NextLink van de vorige geslaagde aanroep naar lijstbewerking.
- callback
De callback
listSupportedImages(AccountListSupportedImagesOptionalParams)
function listSupportedImages(options?: AccountListSupportedImagesOptionalParams): Promise<AccountListSupportedImagesResponse>
Parameters
De optionele parameters
Retouren
Promise<AccountListSupportedImagesResponse>
Beloof<Models.AccountListSupportedImagesResponse>
listSupportedImages(AccountListSupportedImagesOptionalParams, ServiceCallback<AccountListSupportedImagesResult>)
function listSupportedImages(options: AccountListSupportedImagesOptionalParams, callback: ServiceCallback<AccountListSupportedImagesResult>)
Parameters
De optionele parameters
De callback
listSupportedImages(ServiceCallback<AccountListSupportedImagesResult>)
function listSupportedImages(callback: ServiceCallback<AccountListSupportedImagesResult>)
Parameters
De callback
listSupportedImagesNext(string, AccountListSupportedImagesNextOptionalParams)
function listSupportedImagesNext(nextPageLink: string, options?: AccountListSupportedImagesNextOptionalParams): Promise<AccountListSupportedImagesResponse>
Parameters
- nextPageLink
-
string
De NextLink van de vorige geslaagde aanroep naar lijstbewerking.
De optionele parameters
Retouren
Promise<AccountListSupportedImagesResponse>
Beloof<Models.AccountListSupportedImagesResponse>
listSupportedImagesNext(string, AccountListSupportedImagesNextOptionalParams, ServiceCallback<AccountListSupportedImagesResult>)
function listSupportedImagesNext(nextPageLink: string, options: AccountListSupportedImagesNextOptionalParams, callback: ServiceCallback<AccountListSupportedImagesResult>)
Parameters
- nextPageLink
-
string
De NextLink van de vorige geslaagde aanroep naar lijstbewerking.
De optionele parameters
De callback
listSupportedImagesNext(string, ServiceCallback<AccountListSupportedImagesResult>)
function listSupportedImagesNext(nextPageLink: string, callback: ServiceCallback<AccountListSupportedImagesResult>)
Parameters
- nextPageLink
-
string
De NextLink van de vorige geslaagde aanroep naar lijstbewerking.
De callback