Partager via


Usages class

Classe représentant un usage.

Constructeurs

Usages(DataMigrationServiceClientContext)

Créez un usage.

Méthodes

list(string, RequestOptionsBase)

Cette méthode retourne des quotas spécifiques à la région et des informations d’utilisation des ressources pour le Database Migration Service.

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

Cette méthode retourne des quotas spécifiques à la région et des informations d’utilisation des ressources pour le Database Migration Service.

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

Détails du constructeur

Usages(DataMigrationServiceClientContext)

Créez un usage.

new Usages(client: DataMigrationServiceClientContext)

Paramètres

client
DataMigrationServiceClientContext

Référence au client de service.

Détails de la méthode

list(string, RequestOptionsBase)

Cette méthode retourne des quotas spécifiques à la région et des informations d’utilisation des ressources pour le Database Migration Service.

function list(location: string, options?: RequestOptionsBase): Promise<UsagesListResponse>

Paramètres

location

string

Région Azure de l’opération

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.UsagesListResponse>

list(string, RequestOptionsBase, ServiceCallback<QuotaList>)

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

Paramètres

location

string

Région Azure de l’opération

options
RequestOptionsBase

Paramètres facultatifs

callback

ServiceCallback<QuotaList>

Rappel

list(string, ServiceCallback<QuotaList>)

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

Paramètres

location

string

Région Azure de l’opération

callback

ServiceCallback<QuotaList>

Rappel

listNext(string, RequestOptionsBase)

Cette méthode retourne des quotas spécifiques à la région et des informations d’utilisation des ressources pour le Database Migration Service.

function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<UsagesListNextResponse>

Paramètres

nextPageLink

string

NextLink du précédent appel réussi à l’opération List.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.UsagesListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<QuotaList>)

function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<QuotaList>)

Paramètres

nextPageLink

string

NextLink du précédent appel réussi à l’opération List.

options
RequestOptionsBase

Paramètres facultatifs

callback

ServiceCallback<QuotaList>

Rappel

listNext(string, ServiceCallback<QuotaList>)

function listNext(nextPageLink: string, callback: ServiceCallback<QuotaList>)

Paramètres

nextPageLink

string

NextLink du précédent appel réussi à l’opération List.

callback

ServiceCallback<QuotaList>

Rappel