Microsoft.SystemCenter.Azure.DeploymentWindows Azure Deployment

Microsoft.SystemCenter.Azure.Deployment (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7e0adada-2ff1-b69d-5fb4-f4656391f125

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.SystemCenter.Azure.Deployment:
DeploymentSlot  string  Environment The environment to which the hosted 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 hosted 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.Azure.Deployment" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="DeploymentSlot" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="OsVersion" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Name" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DeploymentId" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Label" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Url" Type="string" Key="false" CaseSensitive="false" Length="2083" MinLength="0"/>
<Property ID="UpgradeDomainCount" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>