Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShareファイル共有 (集合) (抽象)

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

この抽象型は、ヘルスがロールアップされるトップ レベルのファイル共有です。

Element properties:

Base ClassSystem.Device
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc322ee59-8f8c-2f11-b753-5a6d12ddf751

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:
ID  string  ID ファイル共有識別子 true 2147483647  False 
Description  string  説明 ファイル共有の説明 false 2147483647  False 
IsAvailableForPlacement  string  配置に使用可能 ファイル共有は配置に使用できます false 2147483647  False 
IsManaged  string  管理対象 ファイル共有は管理対象です false 2147483647  False 
HostAssociations  string  ホストの関連付け ファイル共有にホストが登録されました false 2147483647  False 
ClusterAssociations  string  クラスターの関連付け ファイル共有にクラスターが登録されました false 2147483647  False 
StorageClassification  string  記憶域分類 ファイル共有の記憶域分類 false 2147483647  False 
SharePath  string  共有パス ファイル共有の共有パス false 2147483647  False 
StorageVolumeID  string  記憶域ボリューム識別子 ファイル共有記憶域ボリューム ID false 2147483647  False 
FreeSpace  string  空き領域 (バイト) ファイル共有の空き領域 false 2147483647  False 
Capacity  string  容量 (バイト) ファイル共有の容量 false 2147483647  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare" Accessibility="Public" Hosted="true" Abstract="true" Singleton="false" Base="System!System.Device">
<Property ID="ID" Key="true" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share Identifier"/>
<Property ID="Description" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share Description"/>
<Property ID="IsAvailableForPlacement" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share Is Available for placement"/>
<Property ID="IsManaged" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share Is Managed by VMM"/>
<Property ID="HostAssociations" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Semicolon separated list of hosts (names) registered to this share"/>
<Property ID="ClusterAssociations" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Semicolon separated list of clusters (names) registered to this share"/>
<Property ID="StorageClassification" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share Classfication"/>
<Property ID="SharePath" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share full path"/>
<Property ID="StorageVolumeID" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share Volume ID to be used for disambiguation"/>
<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"/>
</ClassType>