Partager via


AscOperations class

Classe représentant un AscOperations.

Constructeurs

AscOperations(StorageCacheManagementClientContext)

Créez un AscOperations.

Méthodes

get(string, string, msRest.RequestOptionsBase)

Obtient l’état d’une opération asynchrone pour Azure HPC Cache

get(string, string, RequestOptionsBase, ServiceCallback<AscOperation>)
get(string, string, ServiceCallback<AscOperation>)

Détails du constructeur

AscOperations(StorageCacheManagementClientContext)

Créez un AscOperations.

new AscOperations(client: StorageCacheManagementClientContext)

Paramètres

client
StorageCacheManagementClientContext

Référence au client de service.

Détails de la méthode

get(string, string, msRest.RequestOptionsBase)

Obtient l’état d’une opération asynchrone pour Azure HPC Cache

function get(location: string, operationId: string, options?: msRest.RequestOptionsBase)

Paramètres

location

string

Nom de la région utilisée pour rechercher l’opération.

operationId

string

ID d’opération qui identifie de manière unique l’opération asynchrone.

options
msRest.RequestOptionsBase

Retours

Promise<Models.AscOperationsGetResponse>

Promise<Models.AscOperationsGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<AscOperation>)

function get(location: string, operationId: string, options: RequestOptionsBase, callback: ServiceCallback<AscOperation>)

Paramètres

location

string

Nom de la région utilisée pour rechercher l’opération.

operationId

string

ID d’opération qui identifie de manière unique l’opération asynchrone.

options

RequestOptionsBase

Paramètres facultatifs

callback

ServiceCallback<AscOperation>

Rappel

get(string, string, ServiceCallback<AscOperation>)

function get(location: string, operationId: string, callback: ServiceCallback<AscOperation>)

Paramètres

location

string

Nom de la région utilisée pour rechercher l’opération.

operationId

string

ID d’opération qui identifie de manière unique l’opération asynchrone.

callback

ServiceCallback<AscOperation>

Rappel