次の方法で共有


MSFT_SMEndpointToiSCSIPortal class

Represents a relationship between an endpoint and an iSCSI portal.

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_SMEndpointToiSCSIPortal
{
  MSFT_SMEndpoint            REF Parent;
  MSFT_SMiSCSIPortalEndpoint REF Child;
};

Members

The MSFT_SMEndpointToiSCSIPortal class has these types of members:

Properties

The MSFT_SMEndpointToiSCSIPortal class has these properties.

Child

Data type: MSFT_SMiSCSIPortalEndpoint

Access type: Read-only

Qualifiers: Key

A reference to the MSFT_SMiSCSIPortalEndpoint object that represents the iSCSI portal in the relationship.

Parent

Data type: MSFT_SMEndpoint

Access type: Read-only

Qualifiers: Key

A reference to the MSFT_SMEndpoint object that represents the endpoint 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