Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare.Base파일 공유(추상)

Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare.Base (ClassType)

이 추상 형식은 파일 공유의 기본 형식입니다.

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId97d9674b-ff85-3c23-6457-7e836af55af7

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.FileShare.Base:
ID  string  ID 파일 공유 ID true 2147483647  False 
ShareName  string  이름 파일 공유 이름 false 2147483647  False 
SharePath  string  공유 경로 파일 공유의 공유 경로 false 2147483647  False 
Description  string  설명 파일 공유에 대한 설명 false 2147483647  False 
StorageVolumeID  string  저장소 볼륨 식별자 파일 공유의 저장소 볼륨 ID false 2147483647  False 
StorageFileServer  string  파일 서버 클러스터 파일 서버 클러스터 false 2147483647  False 
FreeSpace  string  사용 가능한 공간(바이트) 파일 공유의 사용 가능한 공간 false 2147483647  False 
Capacity  string  용량(바이트) 파일 공유 용량 false 2147483647  False 
VMMServer  string  VMM 서버 VMM 서버 false 2147483647  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare.Base" Accessibility="Public" Hosted="false" Abstract="true" Singleton="false" Base="System!System.LogicalEntity">
<Property ID="ID" Key="true" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share ObjectId"/>
<Property ID="ShareName" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share Name"/>
<Property ID="SharePath" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share path"/>
<Property ID="Description" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share Identifying Description"/>
<Property ID="StorageVolumeID" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share Volume ID to be used for disambiguation"/>
<Property ID="StorageFileServer" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share Server or Cluster Name"/>
<Property ID="FreeSpace" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share free space"/>
<Property ID="Capacity" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share capacity"/>
<Property ID="VMMServer" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="VMMServer"/>
</ClassType>