ArmComputeModelFactory.InterconnectGroupProfile Method

Definition

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.

Applies to