DeploymentGetResponse Class

 

Represents the retrieved deployment.

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

Inheritance Hierarchy

System.Object
  Hyak.Common.HttpOperationResponse
    Microsoft.Azure.AzureOperationResponse
      Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetResponse

Syntax

public class DeploymentGetResponse : AzureOperationResponse
public ref class DeploymentGetResponse : AzureOperationResponse
type DeploymentGetResponse = 
    class
        inherit AzureOperationResponse
    end
Public Class DeploymentGetResponse
    Inherits AzureOperationResponse

Constructors

Name Description
System_CAPS_pubmethod DeploymentGetResponse()

Initializes a new instance of the DeploymentGetResponse class.

Properties

Name Description
System_CAPS_pubproperty Configuration

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

System_CAPS_pubproperty CreatedTime

Gets or sets the time that the deployment was created.

System_CAPS_pubproperty DeploymentSlot

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

System_CAPS_pubproperty DnsSettings

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

System_CAPS_pubproperty ExtendedProperties

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

System_CAPS_pubproperty ExtensionConfiguration

Gets or sets an ExtensionConfiguration object that defines the extension that is added to the cloud service.

System_CAPS_pubproperty Label

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

System_CAPS_pubproperty LastModifiedTime

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

System_CAPS_pubproperty LoadBalancers

Optional. Optional. A list of internal load balancers that each provide load balancing on a private VIP. It's created when a name is assigned in the list here.

System_CAPS_pubproperty Locked

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

System_CAPS_pubproperty Name

Gets or sets the name of the deployment.

System_CAPS_pubproperty PersistentVMDowntime

Gets or sets the information about when the Virtual Machine deployment has been started and stopped.

System_CAPS_pubproperty PrivateId

Gets or sets a unique identifier that is generated internally by Microsoft Azure for the deployment.

System_CAPS_pubproperty RequestId

(Inherited from AzureOperationResponse.)

System_CAPS_pubproperty ReservedIPName

Optional. The name of the Reserved IP that the deployment belongs to.

System_CAPS_pubproperty RoleInstances

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

System_CAPS_pubproperty Roles

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

System_CAPS_pubproperty RollbackAllowed

Gets or sets whether an update can be rolled back.

System_CAPS_pubproperty SdkVersion

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

System_CAPS_pubproperty Status

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

System_CAPS_pubproperty StatusCode

(Inherited from HttpOperationResponse.)

System_CAPS_pubproperty UpgradeDomainCount

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

System_CAPS_pubproperty UpgradeStatus

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

System_CAPS_pubproperty Uri

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

System_CAPS_pubproperty VirtualIPAddresses

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

System_CAPS_pubproperty VirtualNetworkName

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top