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

CloudServiceUpdate 构造函数

定义

重载

CloudServiceUpdate()

初始化 CloudServiceUpdate 类的新实例。

CloudServiceUpdate(IDictionary<String,String>)

初始化 CloudServiceUpdate 类的新实例。

CloudServiceUpdate()

初始化 CloudServiceUpdate 类的新实例。

public CloudServiceUpdate ();
Public Sub New ()

适用于

CloudServiceUpdate(IDictionary<String,String>)

初始化 CloudServiceUpdate 类的新实例。

public CloudServiceUpdate (System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Compute.Models.CloudServiceUpdate : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Compute.Models.CloudServiceUpdate
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing)

参数

tags
IDictionary<String,String>

资源标记

适用于