Usages class
Třída představující využití.
Konstruktory
Usages(Data |
Vytvořte využití. |
Metody
list(string, Request |
Tato metoda vrátí pro Database Migration Service informace o kvótách a využití prostředků specifických pro oblast. |
list(string, Request |
|
list(string, Service |
|
list |
Tato metoda vrátí pro Database Migration Service informace o kvótách a využití prostředků specifických pro oblast. |
list |
|
list |
Podrobnosti konstruktoru
Usages(DataMigrationServiceClientContext)
Vytvořte využití.
new Usages(client: DataMigrationServiceClientContext)
Parametry
Odkaz na klienta služby
Podrobnosti metody
list(string, RequestOptionsBase)
Tato metoda vrátí pro Database Migration Service informace o kvótách a využití prostředků specifických pro oblast.
function list(location: string, options?: RequestOptionsBase): Promise<UsagesListResponse>
Parametry
- location
-
string
Oblast Azure operace
- options
- RequestOptionsBase
Volitelné parametry
Návraty
Promise<UsagesListResponse>
Promise<Models.UsagesListResponse>
list(string, RequestOptionsBase, ServiceCallback<QuotaList>)
function list(location: string, options: RequestOptionsBase, callback: ServiceCallback<QuotaList>)
Parametry
- location
-
string
Oblast Azure operace
- options
- RequestOptionsBase
Volitelné parametry
- callback
Zpětné volání
list(string, ServiceCallback<QuotaList>)
function list(location: string, callback: ServiceCallback<QuotaList>)
Parametry
- location
-
string
Oblast Azure operace
- callback
Zpětné volání
listNext(string, RequestOptionsBase)
Tato metoda vrátí pro Database Migration Service informace o kvótách a využití prostředků specifických pro oblast.
function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<UsagesListNextResponse>
Parametry
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
- options
- RequestOptionsBase
Volitelné parametry
Návraty
Promise<UsagesListNextResponse>
Promise<Models.UsagesListNextResponse>
listNext(string, RequestOptionsBase, ServiceCallback<QuotaList>)
function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<QuotaList>)
Parametry
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
- options
- RequestOptionsBase
Volitelné parametry
- callback
Zpětné volání
listNext(string, ServiceCallback<QuotaList>)
function listNext(nextPageLink: string, callback: ServiceCallback<QuotaList>)
Parametry
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
- callback
Zpětné volání