Deployment 成员

Represents detailed information about a deployment.

以下各表列出了由 Deployment 类型公开的成员。

公共 构造函数

  Name 说明
  Deployment Initializes a new instance of the Deployment class.

返回页首

公共 属性

  Name 说明
Configuration Gets or sets the base-64 encoded configuration file of the deployment.
CreatedTime Gets or sets the time that the deployment was created.
DeploymentSlot Gets or sets a DeploymentSlot value that specifies the deployment environment in which the deployment is running.
DnsSettings Gets or sets an DnsSettings object that defines the custom DNS settings for the deployment.
ExtendedProperties Gets or sets a collection of properties that are added to the deployment of a cloud service.
Label Gets or sets a base-64 encoded identifier for the deployment.
LastModifiedTime Gets or sets the last time that the deployment was modified.
Locked Gets or sets whether the deployment is locked for new write operations.
Name Gets or sets the name of the deployment.
PersistentVMDowntime Gets or sets an PersistentVMDowntime object that represents information about when the Virtual Machine deployment has been started and stopped.
PrivateId Gets or sets the unique identifier for the deployment.
RoleInstances Gets or sets a collection of RoleInstance objects that define the role instances that are running in the deployment.
Roles Gets or sets a collection of Role objects that define roles in the deployment.
RollbackAllowed Gets or sets whether an update can be rolled back.
SdkVersion Gets or sets the version of the Azure SDK that was used to generate the .cspkg file that was used to create the deployment.
Status Gets or sets a DeploymentStatus value that specifies the status of the deployment.
UpgradeDomainCount Gets or sets the number of upgrade domains that are available to the cloud service.
UpgradeStatus Gets or sets an UpgradeStatus object that contains information about an update occurring on the deployment.
Uri Gets or sets the URL that is used to access the cloud service.
VirtualIPAddresses Gets or sets a collection of VirtualIPAddress objects that define the virtual IP addresses for the deployment.
VirtualNetworkName Gets or sets the name of the Virtual Network to which the deployment is connected.

返回页首

公共 方法

(另请参见 受保护 方法)

  Name 说明
Equals  (继承自 Object
GetHashCode  (继承自 Object
GetType  (继承自 Object
ToString  (继承自 Object

返回页首

受保护 方法

  Name 说明
Finalize  (继承自 Object
MemberwiseClone  (继承自 Object

返回页首

另请参阅

参考

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