Microsoft.SystemCenter.WindowsAzure.StorageAccountWindows Azure Cloud Storage

Microsoft.SystemCenter.WindowsAzure.StorageAccount (ClassType)

Element properties:

Base ClassMicrosoft.SystemCenter.WindowsAzure.Service
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc6e96c7f-8787-a0ac-1165-9c951cdb319b

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       
System.Service:
ServiceDescription  string  Service Description Service Description false 256  False     
BusinessDetailedDescription  string  Business Detailed Description Business Detailed Description false 256  False     
IsBusinessService  bool  Is Business Service Is Business Service false 256       
OwnedByOrganization  string  Owned By Organization Owned By Organization false 256  False     
Priority  enum  Priority Priority false 256      System.ServiceManagement.ServicePriority 
Status  enum  Status Status false 256      System.ServiceManagement.ServiceStatus 
Classification  enum  Classification Classification false 256      System.ServiceManagement.ServiceClassification 
AvailabilitySchedule  string  Availability Schedule Availability Schedule false 256  False     
Microsoft.SystemCenter.WindowsAzure.Service:
ServiceName  string  Service Name The name of the Service. true 256  False     
Description  string  Description The description for the Service. false 256  False     
AffinityGroupId  string  Affinity Group ID The affinity group ID with which this Service is associated, if any. false 256  False     
AffinityGroupName  string  Affinity Group Name The affinity group name with which this Service is associated, if any. false 256  False     
Location  string  Location The geo-location of the Service in Windows Azure, if the Service is not associated with an affinity group. false 256  False     
Label  string  Label The label for the Service. false 256  False     
Url  string  Url The address of the Service. false 2083  False     
DiagnosticsStorageAccountConfigurationSettingName  string  Diagnostics Storage Account Setting Name The name of the configuration setting in the service configuration file that the Service uses to access a storage account for Windows Azure Diagnostics false 256  False     
Microsoft.SystemCenter.WindowsAzure.StorageAccount:
BlobEndpoint  string  Blob Endpoint Blob endpoint of the Cloud Storage. false 256  False     
QueueEndpoint  string  Queue Endpoint Queue endpoint of the Cloud Storage. false 256  False     
TableEndpoint  string  Table Endpoint Table endpoint of the Cloud Storage. false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.WindowsAzure.StorageAccount" Accessibility="Public" Abstract="false" Base="Microsoft.SystemCenter.WindowsAzure.Service" Hosted="true" Singleton="false">
<Property ID="BlobEndpoint" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="QueueEndpoint" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="TableEndpoint" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
</ClassType>