Share via


ManagedUnsupportedVMSizesOperations interface

Interface representing a ManagedUnsupportedVMSizes operations.

Properties

get

Get unsupported vm size for Service Fabric Managed Clusters.

list

Get the lists of unsupported vm sizes for Service Fabric Managed Clusters.

Property Details

get

Get unsupported vm size for Service Fabric Managed Clusters.

get: (location: string, vmSize: string, options?: ManagedUnsupportedVMSizesGetOptionalParams) => Promise<ManagedVMSize>

Property Value

(location: string, vmSize: string, options?: ManagedUnsupportedVMSizesGetOptionalParams) => Promise<ManagedVMSize>

list

Get the lists of unsupported vm sizes for Service Fabric Managed Clusters.

list: (location: string, options?: ManagedUnsupportedVMSizesListOptionalParams) => PagedAsyncIterableIterator<ManagedVMSize, ManagedVMSize[], PageSettings>

Property Value

(location: string, options?: ManagedUnsupportedVMSizesListOptionalParams) => PagedAsyncIterableIterator<ManagedVMSize, ManagedVMSize[], PageSettings>