Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageProviderProveedor de almacenamiento (abstracto)

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

Este tipo abstracto es el tipo base para el proveedor de almacenamiento

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ESN) Description (ESN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar de objeto de supervisión. false 256  False 
Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageProvider:
ID  string  Id. Identificador de proveedor de almacenamiento true 2147483647  False 
Type  string  Tipo Tipo de proveedor de almacenamiento false 2147483647  False 
Description  string  Descripción Descripción de proveedor de almacenamiento 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>