共用方式為


ManagedUnsupportedVMSizesOperations interface

表示ManagedUnsupportedVMSizes作的介面。

屬性

get

取得 Service Fabric 受控叢集不支援的 VM 大小。

list

取得 Service Fabric 受控叢集不支援的 VM 大小清單。

屬性詳細資料

get

取得 Service Fabric 受控叢集不支援的 VM 大小。

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

屬性值

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

list

取得 Service Fabric 受控叢集不支援的 VM 大小清單。

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

屬性值

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