DeploymentGetResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A deployment that exists in the cloud service.
public class DeploymentGetResponse : Microsoft.Azure.AzureOperationResponse
type DeploymentGetResponse = class
inherit AzureOperationResponse
Public Class DeploymentGetResponse
Inherits AzureOperationResponse
- Inheritance
-
Microsoft.Azure.AzureOperationResponseDeploymentGetResponse
Constructors
DeploymentGetResponse() |
Initializes a new instance of the DeploymentGetResponse 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 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. |
ExtensionConfiguration |
Optional. Represents an extension that is added to the cloud service. |
Label |
Optional. The user-supplied name of the deployment. This name can be used identify the deployment for tracking purposes. |
LastModifiedTime |
Optional. The last time that the deployment was modified. |
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. |
Locked |
Optional. Indicates whether the deployment is locked for new write operations because an existing operation is updating the deployment. |
Name |
Optional. |
PersistentVMDowntime |
Optional. Specifies information about when the virtual machine has been started and stopped. |
PrivateId |
Optional. The unique identifier for this deployment. |
ReservedIPName |
Optional. The name of the Reserved IP that the deployment belongs to. |
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. 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
Azure SDK for .NET