你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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>