DeploymentUpgradeParameters.Configuration 属性
获取或设置部署的 base-64 编码的服务配置文件。
命名空间: Microsoft.WindowsAzure.Management.Compute.Models
程序集: Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)
语法
public string Configuration { get; set; }
public:
property String^ Configuration {
String^ get();
void set(String^ value);
}
member Configuration : string with get, set
Public Property Configuration As String
属性值
Type: System.String
Base 64 编码服务配置文件。
请参阅
DeploymentUpgradeParameters 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间
返回页首