Microsoft.SystemCenter.WindowsAzure.DeploymentWindows Azure Deployment

Microsoft.SystemCenter.WindowsAzure.Deployment (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId6ba6c01d-f8a5-7ba0-7152-443a272dab26

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Microsoft.SystemCenter.WindowsAzure.Deployment:
DeploymentSlot  string  Environment The environment to which the Cloud Service is deployed, either staging or production. true 256  False     
OsVersion  string  OS Version Windows Azure Guest OS Version false 256  False     
Name  string  Deployment Name The name for the deployment. This name is unique among other deployments for the specified Cloud Service. false 256  False     
DeploymentId  string  Deployment ID The unique identifier for this deployment. false 256  False     
Label  string  Label The label for the deployment, encoded as Base64. false 256  False     
Url  string  Url The URL for the deployment. false 2083  False     
UpgradeDomainCount  int  Upgrade Domain Count The number of upgrade domains in the deployment false 256       

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.WindowsAzure.Deployment" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="DeploymentSlot" Type="string" Key="true" CaseSensitive="false" MinLength="1" MaxLength="256"/>
<Property ID="OsVersion" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="Name" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="DeploymentId" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="Label" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="Url" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="2083"/>
<Property ID="UpgradeDomainCount" Type="int" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
</ClassType>