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 (JPN) Description (JPN) 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>