OperationsStatus interface
Rozhraní představující OperationsStatus.
Metody
get(string, string, Operations |
Získá stav operace. |
Podrobnosti metody
get(string, string, OperationsStatusGetOptionalParams)
Získá stav operace.
function get(location: string, operationId: string, options?: OperationsStatusGetOptionalParams): Promise<OperationStatus>
Parametry
- location
-
string
Název oblasti Azure.
- operationId
-
string
ID probíhající asynchronní operace.
Parametry možností.
Návraty
Promise<OperationStatus>