ManagedUnsupportedVMSizes interface
Interface representing a ManagedUnsupportedVMSizes.
Methods
get(string, string, Managed |
Get unsupported vm size for Service Fabric Managed Clusters. |
list(string, Managed |
Get the lists of unsupported vm sizes for Service Fabric Managed Clusters. |
Method Details
get(string, string, ManagedUnsupportedVMSizesGetOptionalParams)
Get unsupported vm size for Service Fabric Managed Clusters.
function get(location: string, vmSize: string, options?: ManagedUnsupportedVMSizesGetOptionalParams): Promise<ManagedVMSize>
Parameters
- location
-
string
The location for the cluster code versions. This is different from cluster location.
- vmSize
-
string
VM Size name.
The options parameters.
Returns
Promise<ManagedVMSize>
list(string, ManagedUnsupportedVMSizesListOptionalParams)
Get the lists of unsupported vm sizes for Service Fabric Managed Clusters.
function list(location: string, options?: ManagedUnsupportedVMSizesListOptionalParams): PagedAsyncIterableIterator<ManagedVMSize, ManagedVMSize[], PageSettings>
Parameters
- location
-
string
The location for the cluster code versions. This is different from cluster location.
The options parameters.
Returns
Azure SDK for JavaScript