Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageArray저장소 배열(추상)

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

이 추상 유형은 저장소 배열의 기본 유형입니다.

Element properties:

Base ClassSystem.Device
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId539667ce-27bd-2525-7239-2a366da7a77e

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  표시 이름 개체의 표시 이름입니다. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  개체 상태 개체 상태 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  자산 상태 자산 상태 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  메모 메모 false 4000       
Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageArray:
ID  string  ID 저장소 배열 식별자 true 2147483647  False     
Description  string  설명 저장소 배열 설명 false 2147483647  False     
FirmwareVersion  string  펌웨어 버전 저장소 배열 펌웨어 버전 false 2147483647  False     
Manufacture  string  제조 저장소 배열 제조 false 2147483647  False     
Model  string  모델 저장소 배열 모델 false 2147483647  False     
SerialNumber  string  일련 번호 저장소 배열 일련 번호 false 2147483647  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageArray" 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 Array Identificator"/>
<Property ID="Description" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Array Description"/>
<Property ID="FirmwareVersion" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Array Firmware Version"/>
<Property ID="Manufacture" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Array Manufacture"/>
<Property ID="Model" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Array Model"/>
<Property ID="SerialNumber" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Array Serial Number"/>
</ClassType>