共用方式為


HostedServiceGetDetailedResponse.Deployment Class

Definition

A deployment that exists in the cloud service.

public class HostedServiceGetDetailedResponse.Deployment
type HostedServiceGetDetailedResponse.Deployment = class
Public Class HostedServiceGetDetailedResponse.Deployment
Inheritance
HostedServiceGetDetailedResponse.Deployment

Constructors

HostedServiceGetDetailedResponse.Deployment()

Initializes a new instance of the Deployment class.

Properties

Configuration

Optional. The configuration file of the deployment.

CreatedTime

Optional. The time that the deployment was created.

DeploymentSlot

Optional. The deployment environment in which this deployment is running.

DnsSettings

Optional. The custom DNS settings that are specified for the deployment.

ExtendedProperties

Optional. Represents the name of an extended cloud service property. Each extended property must have a defined name and a value. You can have a maximum of 50 extended property name and value pairs. The maximum length of the name element is 64 characters, only alphanumeric characters and underscores are valid in the name, and it must start with a letter. Attempting to use other characters, starting with a non-letter character, or entering a name that is identical to that of another extended property owned by the same service will result in a status code 400 (Bad Request) error. Each extended property value has a maximum length of 255 characters.

Label

Optional. The user-supplied name of the deployment. This name can be used identify the deployment for your tracking purposes.

LastModifiedTime

Optional. The last time that the deployment was modified.

Locked

Optional. Indicates whether the deployment is locked for new write operations because an existing operation is updating the deployment.

Name

Optional. The name of the deployment.

PersistentVMDowntime

Optional. Specifies information about when the virtual machine has been started and stopped.

PrivateId

Optional. The unique identifier for this deployment.

RoleInstances

Optional. The list of role instances in the deployment.

Roles

Optional. The list of roles in the deployment.

RollbackAllowed

Optional. Indicates whether the Rollback Update Or Upgrade operation is allowed at this time.

SdkVersion

Optional. The version of the Azure SDK that was used to generate the .cspkg that created this deployment. The first two numerical components of the returned version represent the version of the SDK used to create the package.

Status

Optional. The status of the deployment.

UpgradeDomainCount

Optional. The number of upgrade domains available to this cloud service.

UpgradeStatus

Optional. Specifies information about an update occurring on the deployment.

Uri

Optional. The URL used to access the hosted service. For example, if the service name is MyService you could access the access the service by calling: http://MyService.cloudapp.net.

VirtualIPAddresses

Optional. The virtual IP addresses that are specified for the deployment.

VirtualNetworkName

Optional. The name of the Virtual Network that the virtual machine connects to.

Applies to