Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageProvider儲存提供者 (抽象)

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

此抽象類型是儲存提供者的基底類型

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示監視物件的名稱。 false 256  False 
Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageProvider:
ID  string  識別碼 儲存提供者識別碼 true 2147483647  False 
Type  string  類型 儲存提供者類型 false 2147483647  False 
Description  string  描述 儲存提供者描述 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>