Compartir a través de


MSFT_SMSwitchToFCPort class

Represents a relationship between a switch and an Fibre Channel (FC) port.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Association, dynamic, provider("WMIStorage")]
class MSFT_SMSwitchToFCPort
{
  MSFT_SMSwitch REF Parent;
  MSFT_SMFCPort REF Child;
};

Members

The MSFT_SMSwitchToFCPort class has these types of members:

Properties

The MSFT_SMSwitchToFCPort class has these properties.

Child

Data type: MSFT_SMFCPort

Access type: Read-only

Qualifiers: Key

A reference to the object that represents the Fibre Channel (FC) port in the relationship.

Parent

Data type: MSFT_SMSwitch

Access type: Read-only

Qualifiers: Key

A reference to the object that represents the switch in the relationship.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\Storage\SM
MOF
MsftStrgMan.mof
DLL
StorageService.dll

See also

Windows Storage Management WMI Provider