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

VcoreCapability 构造函数

定义

重载

VcoreCapability()

初始化 VcoreCapability 类的新实例。

VcoreCapability(String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, String)

初始化 VcoreCapability 类的新实例。

VcoreCapability()

初始化 VcoreCapability 类的新实例。

public VcoreCapability ();
Public Sub New ()

适用于

VcoreCapability(String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, String)

初始化 VcoreCapability 类的新实例。

public VcoreCapability (string name = default, long? vCores = default, long? supportedIops = default, long? supportedMemoryPerVcoreMB = default, string status = default);
new Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.VcoreCapability : string * Nullable<int64> * Nullable<int64> * Nullable<int64> * string -> Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.VcoreCapability
Public Sub New (Optional name As String = Nothing, Optional vCores As Nullable(Of Long) = Nothing, Optional supportedIops As Nullable(Of Long) = Nothing, Optional supportedMemoryPerVcoreMB As Nullable(Of Long) = Nothing, Optional status As String = Nothing)

参数

name
String

vCore 名称

vCores
Nullable<Int64>

支持的 vCore

supportedIops
Nullable<Int64>

支持的 IOPS

supportedMemoryPerVcoreMB
Nullable<Int64>

每个 vCore 支持的内存(以 MB 为单位)

status
String

状态

适用于