HostedServiceGetDetailedResponse.Deployment Class

 

Represents detailed information about a deployment.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

System.Object
  Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetDetailedResponse.Deployment

Public Class Deployment

NameDescription
System_CAPS_pubmethodHostedServiceGetDetailedResponse.Deployment()

Initializes a new instance of the HostedServiceGetDetailedResponse.Deployment class.

NameDescription
System_CAPS_pubpropertyConfiguration

Gets or sets the base-64 encoded configuration file of the deployment.

System_CAPS_pubpropertyCreatedTime

Gets or sets the time that the deployment was created.

System_CAPS_pubpropertyDeploymentSlot

Gets or sets a DeploymentSlot value that specifies the deployment environment in which the deployment is running.

System_CAPS_pubpropertyDnsSettings

Gets or sets an DnsSettings object that defines the custom DNS settings for the deployment.

System_CAPS_pubpropertyExtendedProperties

Gets or sets a collection of properties that are added to the deployment of a cloud service.

System_CAPS_pubpropertyLabel

Gets or sets a base-64 encoded identifier for the deployment.

System_CAPS_pubpropertyLastModifiedTime

Gets or sets the last time that the deployment was modified.

System_CAPS_pubpropertyLocked

Gets or sets whether the deployment is locked for new write operations.

System_CAPS_pubpropertyName

Gets or sets the name of the deployment.

System_CAPS_pubpropertyPersistentVMDowntime

Gets or sets an PersistentVMDowntime object that represents information about when the Virtual Machine deployment has been started and stopped.

System_CAPS_pubpropertyPrivateId

Gets or sets the unique identifier for the deployment.

System_CAPS_pubpropertyRoleInstances

Gets or sets a collection of RoleInstance objects that define the role instances that are running in the deployment.

System_CAPS_pubpropertyRoles

Gets or sets a collection of Role objects that define roles in the deployment.

System_CAPS_pubpropertyRollbackAllowed

Gets or sets whether an update can be rolled back.

System_CAPS_pubpropertySdkVersion

Gets or sets the version of the Azure SDK that was used to generate the .cspkg file that was used to create the deployment.

System_CAPS_pubpropertyStatus

Gets or sets a DeploymentStatus value that specifies the status of the deployment.

System_CAPS_pubpropertyUpgradeDomainCount

Gets or sets the number of upgrade domains that are available to the cloud service.

System_CAPS_pubpropertyUpgradeStatus

Gets or sets an UpgradeStatus object that contains information about an update occurring on the deployment.

System_CAPS_pubpropertyUri

Gets or sets the URL that is used to access the cloud service.

System_CAPS_pubpropertyVirtualIPAddresses

Gets or sets a collection of VirtualIPAddress objects that define the virtual IP addresses for the deployment.

System_CAPS_pubpropertyVirtualNetworkName

Gets or sets the name of the Virtual Network to which the deployment is connected.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: