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

CloudServiceRoleProfileProperties 构造函数

定义

重载

CloudServiceRoleProfileProperties()

初始化 CloudServiceRoleProfileProperties 类的新实例。

CloudServiceRoleProfileProperties(String, CloudServiceRoleSku)

初始化 CloudServiceRoleProfileProperties 类的新实例。

CloudServiceRoleProfileProperties()

初始化 CloudServiceRoleProfileProperties 类的新实例。

public CloudServiceRoleProfileProperties ();
Public Sub New ()

适用于

CloudServiceRoleProfileProperties(String, CloudServiceRoleSku)

初始化 CloudServiceRoleProfileProperties 类的新实例。

public CloudServiceRoleProfileProperties (string name = default, Microsoft.Azure.Management.Compute.Models.CloudServiceRoleSku sku = default);
new Microsoft.Azure.Management.Compute.Models.CloudServiceRoleProfileProperties : string * Microsoft.Azure.Management.Compute.Models.CloudServiceRoleSku -> Microsoft.Azure.Management.Compute.Models.CloudServiceRoleProfileProperties
Public Sub New (Optional name As String = Nothing, Optional sku As CloudServiceRoleSku = Nothing)

参数

name
String

资源名称。

适用于