VMSkus interface

Interface representing a VMSkus.

Methods

list(string, VMSkusListOptionalParams)

Lists the supported VM SKUs from the underlying custom location

Method Details

list(string, VMSkusListOptionalParams)

Lists the supported VM SKUs from the underlying custom location

function list(customLocationResourceUri: string, options?: VMSkusListOptionalParams): PagedAsyncIterableIterator<VmSkuProfile, VmSkuProfile[], PageSettings>

Parameters

customLocationResourceUri

string

The fully qualified Azure Resource manager identifier of the custom location resource.

options
VMSkusListOptionalParams

The options parameters.

Returns