DeploymentCreateParameters.Label 属性
获取或设置用于部署的 base-64 编码的标识符。
命名空间: Microsoft.WindowsAzure.Management.Compute.Models
程序集: Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)
语法
public string Label { get; set; }
public:
property String^ Label {
String^ get();
void set(String^ value);
}
member Label : string with get, set
Public Property Label As String
属性值
Type: System.String
Base 64 编码的标识符。
备注
该标识符的长度最长可以为 100 个字符。 建议该标签是唯一的云服务内。 该标签可用于跟踪用途。
请参阅
DeploymentCreateParameters 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间
返回页首