Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare.Base檔案共用基礎 (抽象)

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

此抽象類型是檔案共用的基礎類型

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId353a5f9e-5dd5-52c9-688f-c3d86f28fa01

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.FileShare.Base:
ID  string  識別碼 檔案共用識別碼 true 2147483647  False 
ShareName  string  名稱 檔案共用名稱 false 2147483647  False 
SharePath  string  共用路徑 檔案共用共用路徑 false 2147483647  False 
Description  string  描述 檔案共用描述 false 2147483647  False 
StorageVolumeID  string  存放裝置磁碟區識別項 檔案共用存放裝置磁碟區識別碼 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>