Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageProviderStorage Provider (abstract)

Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageProvider (ClassType)

This abstract type is the base type for Storage Provider

Element properties:

Base ClassSystem.Device
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId623017e6-456f-83fa-5578-fb9c19324ff9

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.VirtualMachineManager.Storage.StorageProvider:
ID  string  ID Storage Provider Identificator true 2147483647  False     
Type  string  Type Storage Provider Type false 2147483647  False     
Description  string  Description Storage Provider Description false 2147483647  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageProvider" Accessibility="Public" Hosted="true" Abstract="true" Singleton="false" Base="System!System.Device">
<Property ID="ID" Key="true" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Provider Identificator"/>
<Property ID="Type" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Provider Type"/>
<Property ID="Description" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Provider Description"/>
</ClassType>