다음을 통해 공유


ManagedUnsupportedVMSizesOperations interface

ManagedUnsupportedVMSizes 작업을 나타내는 인터페이스입니다.

속성

get

Service Fabric 관리 클러스터에서 지원되지 않는 VM 크기를 확인하세요.

list

Service Fabric Managed Clusters의 지원되지 않는 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 Managed Clusters의 지원되지 않는 VM 크기 목록을 확인하세요.

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

속성 값

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