HostedServiceCreateParameters.ExtendedProperties 属性
获取或设置添加到云服务的部署的属性的集合。
命名空间: Microsoft.WindowsAzure.Management.Compute.Models
程序集: Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)
语法
public IDictionary<string, string> ExtendedProperties { get; set; }
public:
property IDictionary<String^, String^>^ ExtendedProperties {
IDictionary<String^, String^>^ get();
void set(IDictionary<String^, String^>^ value);
}
member ExtendedProperties : IDictionary<string, string> with get, set
Public Property ExtendedProperties As IDictionary(Of String, String)
属性值
Type: System.Collections.Generic.IDictionary<String, String>
属性的集合。
备注
每个属性必须具有名称和值。 您可以添加最多 50 个属性。 该名称的最大长度为 64 个字母数字和下划线字符,并且名称必须以字母开头。
请参阅
HostedServiceCreateParameters 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间
返回页首