Freigeben über


MSFT_SMFabricToZoneSet class

Represents a relationship between a Windows Fabric storage service and a collection of DNS zones.

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_SMFabricToZoneSet
{
  MSFT_SMFabric  REF Parent;
  MSFT_SMZoneSet REF Child;
};

Members

The MSFT_SMFabricToZoneSet class has these types of members:

Properties

The MSFT_SMFabricToZoneSet class has these properties.

Child

Data type: MSFT_SMZoneSet

Access type: Read-only

Qualifiers: Key

A reference to the MSFT_SMZoneSet object that represents the collection of DNS zones in the relationship.

Parent

Data type: MSFT_SMFabric

Access type: Read-only

Qualifiers: Key

A reference to the MSFT_SMFabric object that represents the Windows Fabric storage service 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