HostedServiceGetDetailedResponse.Deployment.DeploymentSlot 属性

 

获取或设置 DeploymentSlot 值,该值指定在其中运行部署的部署环境。

命名空间:   Microsoft.WindowsAzure.Management.Compute.Models
程序集:  Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)

语法

public DeploymentSlot DeploymentSlot { get; set; }
public:
property DeploymentSlot DeploymentSlot {
    DeploymentSlot get();
    void set(DeploymentSlot value);
}
member DeploymentSlot : DeploymentSlot with get, set
Public Property DeploymentSlot As DeploymentSlot

属性值

Type: Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot

一个 DeploymentSlot 值。

请参阅

HostedServiceGetDetailedResponse.Deployment 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间

返回页首