Operations class
Třída představující operace.
Konstruktory
Operations(Azure |
Vytvořte operaci. |
Metody
list(Request |
Vrátí seznam podporovaných operací REST. |
list(Request |
|
list(Service |
|
list |
Vrátí seznam podporovaných operací REST. |
list |
|
list |
Podrobnosti konstruktoru
Operations(AzureStackManagementClientContext)
Vytvořte operaci.
new Operations(client: AzureStackManagementClientContext)
Parametry
Odkaz na klienta služby
Podrobnosti metody
list(RequestOptionsBase)
Vrátí seznam podporovaných operací REST.
function list(options?: RequestOptionsBase): Promise<OperationsListResponse>
Parametry
- options
- RequestOptionsBase
Volitelné parametry
Návraty
Promise<OperationsListResponse>
Promise<Models.OperationsListResponse>
list(RequestOptionsBase, ServiceCallback<OperationList>)
function list(options: RequestOptionsBase, callback: ServiceCallback<OperationList>)
Parametry
- options
- RequestOptionsBase
Volitelné parametry
- callback
Zpětné volání
list(ServiceCallback<OperationList>)
function list(callback: ServiceCallback<OperationList>)
Parametry
- callback
Zpětné volání
listNext(string, RequestOptionsBase)
Vrátí seznam podporovaných operací REST.
function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<OperationsListNextResponse>
Parametry
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
- options
- RequestOptionsBase
Volitelné parametry
Návraty
Promise<OperationsListNextResponse>
Promise<Models.OperationsListNextResponse>
listNext(string, RequestOptionsBase, ServiceCallback<OperationList>)
function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<OperationList>)
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<OperationList>)
function listNext(nextPageLink: string, callback: ServiceCallback<OperationList>)
Parametry
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
- callback
Zpětné volání