InterconnectGroupPropertiesFormat(SubgroupProfile) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.