ArmComputeModelFactory.InterconnectGroupProfile Method
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.
public static Azure.ResourceManager.Compute.Models.InterconnectGroupProfile InterconnectGroupProfile(Azure.Core.ResourceIdentifier interconnectGroupId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.Models.ComputeWriteableSubResourceData> subgroups = default);
static member InterconnectGroupProfile : Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.Compute.Models.ComputeWriteableSubResourceData> -> Azure.ResourceManager.Compute.Models.InterconnectGroupProfile
Public Shared Function InterconnectGroupProfile (Optional interconnectGroupId As ResourceIdentifier = Nothing, Optional subgroups As IEnumerable(Of ComputeWriteableSubResourceData) = Nothing) As InterconnectGroupProfile
Parameters
- interconnectGroupId
- ResourceIdentifier
Resource Id.
- subgroups
- IEnumerable<ComputeWriteableSubResourceData>
The list of subgroup references within the interconnect group.
Returns
A new InterconnectGroupProfile instance for mocking.