Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShareRecurso compartido de archivos (agregado) (resumen)

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

Este tipo abstracto es el recurso compartido de archivos de máximo nivel en el cual se acumula el estado.

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ESN) Description (ESN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar de objeto de supervisión. false 256  False 
Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare:
ID  string  Id. Identificador del recurso compartido de archivos true 2147483647  False 
Description  string  Descripción Descripción del recurso compartido de archivos false 2147483647  False 
IsAvailableForPlacement  string  Está disponible para la ubicación Recurso compartido de archivos está disponible para la ubicación false 2147483647  False 
IsManaged  string  Está administrado El recurso compartido de archivos está administrado false 2147483647  False 
HostAssociations  string  Asociaciones de host Hosts registrados de recurso compartido de archivos false 2147483647  False 
ClusterAssociations  string  Asociaciones de clúster Clústeres registrados de recurso compartido de archivos false 2147483647  False 
StorageClassification  string  Clasificación de almacenamiento Clasificación de almacenamiento de recurso compartido de archivos false 2147483647  False 
SharePath  string  Ruta compartida Ruta del recurso compartido de archivo compartido false 2147483647  False 
StorageVolumeID  string  Identificador de volumen de almacenamiento Identificador de volumen de almacenamiento de recurso compartido de archivos false 2147483647  False 
FreeSpace  string  Espacio libre (bytes) Espacio libre de recurso compartido de archivos false 2147483647  False 
Capacity  string  Capacidad (bytes) Capacidad de recurso compartido de archivos 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>