InterconnectGroupPropertiesFormat(SubgroupProfile) Constructor

Definition

Initializes a new instance of InterconnectGroupPropertiesFormat.

public InterconnectGroupPropertiesFormat(Azure.ResourceManager.Network.Models.SubgroupProfile subgroupProfile);
new Azure.ResourceManager.Network.Models.InterconnectGroupPropertiesFormat : Azure.ResourceManager.Network.Models.SubgroupProfile -> Azure.ResourceManager.Network.Models.InterconnectGroupPropertiesFormat
Public Sub New (subgroupProfile As SubgroupProfile)

Parameters

subgroupProfile
SubgroupProfile

The subgroup profile of the interconnect group resource.

Exceptions

subgroupProfile is null.

Applies to