共用方式為


MSCluster_ResourceToDiskPartition class

A dynamic WMI class that associates an instance of the MSCluster_Resource class representing a disk resource to an instance of the MSCluster_DiskPartition class.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

[Association, Dynamic, Provider("MS_CLUSTER_PROVIDER"), UUID("{DA5E549F-565A-4503-80CA-C2C3237E6D96}"), AMENDMENT]
class MSCluster_ResourceToDiskPartition : CIM_Component
{
  MSCluster_Resource      REF GroupComponent;
  MSCluster_DiskPartition REF PartComponent;
};

Members

The MSCluster_ResourceToDiskPartition class has these types of members:

Properties

The MSCluster_ResourceToDiskPartition class has these properties.

GroupComponent

Data type: MSCluster_Resource

Access type: Read-only

Qualifiers: Override ("GroupComponent"), Min (1), Max (1)

Represents the physical disk resource.

PartComponent

Data type: MSCluster_DiskPartition

Access type: Read-only

Qualifiers: Override ("PartComponent")

Represents the disk partition associated with this physical disk resource.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\MSCluster
MOF
ClusWmi.mof
DLL
ClusWMI.dll

See also

CIM_Component

Failover Cluster Provider Reference

MSCluster_DiskPartition

MSCluster_Resource