Operations class
Class representing a Operations.
Constructors
Operations(Storage |
Create a Operations. |
Methods
list(ms |
Returns the list of operations supported by the import/export resource provider. |
list(Request |
|
list(Service |
Constructor Details
Operations(StorageImportExportManagementClientContext)
Create a Operations.
new Operations(client: StorageImportExportManagementClientContext)
Parameters
Reference to the service client.
Method Details
list(msRest.RequestOptionsBase)
Returns the list of operations supported by the import/export resource provider.
function list(options?: msRest.RequestOptionsBase)
Parameters
- options
- msRest.RequestOptionsBase
Returns
Promise<Models.OperationsListResponse>
Promise<Models.OperationsListResponse>
list(RequestOptionsBase, ServiceCallback<ListOperationsResponse>)
function list(options: RequestOptionsBase, callback: ServiceCallback<ListOperationsResponse>)
Parameters
- options
-
RequestOptionsBase
The optional parameters
- callback
-
ServiceCallback<ListOperationsResponse>
The callback
list(ServiceCallback<ListOperationsResponse>)
function list(callback: ServiceCallback<ListOperationsResponse>)
Parameters
- callback
-
ServiceCallback<ListOperationsResponse>
The callback
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript