Sdílet prostřednictvím


Usages class

Třída představující využití.

Konstruktory

Usages(DataMigrationServiceClientContext)

Vytvořte využití.

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.

list(string, RequestOptionsBase, ServiceCallback<QuotaList>)
list(string, ServiceCallback<QuotaList>)
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.

listNext(string, RequestOptionsBase, ServiceCallback<QuotaList>)
listNext(string, ServiceCallback<QuotaList>)

Podrobnosti konstruktoru

Usages(DataMigrationServiceClientContext)

Vytvořte využití.

new Usages(client: DataMigrationServiceClientContext)

Parametry

client
DataMigrationServiceClientContext

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<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

ServiceCallback<QuotaList>

Zpětné volání

list(string, ServiceCallback<QuotaList>)

function list(location: string, callback: ServiceCallback<QuotaList>)

Parametry

location

string

Oblast Azure operace

callback

ServiceCallback<QuotaList>

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<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

ServiceCallback<QuotaList>

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

ServiceCallback<QuotaList>

Zpětné volání