ResourceSkus class
Class representing a ResourceSkus.
Constructors
Resource |
Create a ResourceSkus. |
Methods
list |
The skus action returns the list of SKUs that DMS supports. |
list |
|
list |
|
list |
The skus action returns the list of SKUs that DMS supports. |
list |
|
list |
Constructor Details
ResourceSkus(DataMigrationServiceClientContext)
Create a ResourceSkus.
new ResourceSkus(client: DataMigrationServiceClientContext)
Parameters
Reference to the service client.
Method Details
listSkus(RequestOptionsBase)
The skus action returns the list of SKUs that DMS supports.
function listSkus(options?: RequestOptionsBase): Promise<ResourceSkusListSkusResponse>
Parameters
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<ResourceSkusListSkusResponse>
Promise<Models.ResourceSkusListSkusResponse>
listSkus(RequestOptionsBase, ServiceCallback<ResourceSkusResult>)
function listSkus(options: RequestOptionsBase, callback: ServiceCallback<ResourceSkusResult>)
Parameters
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
listSkus(ServiceCallback<ResourceSkusResult>)
function listSkus(callback: ServiceCallback<ResourceSkusResult>)
Parameters
- callback
The callback
listSkusNext(string, RequestOptionsBase)
The skus action returns the list of SKUs that DMS supports.
function listSkusNext(nextPageLink: string, options?: RequestOptionsBase): Promise<ResourceSkusListSkusNextResponse>
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<ResourceSkusListSkusNextResponse>
Promise<Models.ResourceSkusListSkusNextResponse>
listSkusNext(string, RequestOptionsBase, ServiceCallback<ResourceSkusResult>)
function listSkusNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ResourceSkusResult>)
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
listSkusNext(string, ServiceCallback<ResourceSkusResult>)
function listSkusNext(nextPageLink: string, callback: ServiceCallback<ResourceSkusResult>)
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
- callback
The callback