Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageProvider저장소 공급자(추상)

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

이 추상 유형은 저장소 공급자의 기본 유형입니다.

Element properties:

Base ClassSystem.Device
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId47b3c873-87e2-512b-c1d2-c8d5aeb9798a

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  표시 이름 모니터링 개체의 표시 이름입니다. false 256  False 
Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageProvider:
ID  string  ID 저장소 공급자 식별자 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>