ArmNetworkModelFactory.InterconnectGroupPropertiesFormat Method

Definition

public static Azure.ResourceManager.Network.Models.InterconnectGroupPropertiesFormat InterconnectGroupPropertiesFormat(Azure.ResourceManager.Network.Models.InterconnectGroupScope? scope = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.InterconnectGroupSubgroupData> subgroups = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default, string resourceGuid = default, Azure.ResourceManager.Network.Models.SubgroupProfile subgroupProfile = default);
static member InterconnectGroupPropertiesFormat : Nullable<Azure.ResourceManager.Network.Models.InterconnectGroupScope> * seq<Azure.ResourceManager.Network.InterconnectGroupSubgroupData> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * string * Azure.ResourceManager.Network.Models.SubgroupProfile -> Azure.ResourceManager.Network.Models.InterconnectGroupPropertiesFormat
Public Shared Function InterconnectGroupPropertiesFormat (Optional scope As Nullable(Of InterconnectGroupScope) = Nothing, Optional subgroups As IEnumerable(Of InterconnectGroupSubgroupData) = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing, Optional resourceGuid As String = Nothing, Optional subgroupProfile As SubgroupProfile = Nothing) As InterconnectGroupPropertiesFormat

Parameters

scope
Nullable<InterconnectGroupScope>

Scope of interconnect group resource.

subgroups
IEnumerable<InterconnectGroupSubgroupData>

A list of subgroups of the interconnect group.

provisioningState
Nullable<NetworkProvisioningState>

The provisioning state of the interconnect group resource.

resourceGuid
String

The resource GUID property of the interconnect group resource.

subgroupProfile
SubgroupProfile

The subgroup profile of the interconnect group resource.

Returns

A new InterconnectGroupPropertiesFormat instance for mocking.

Applies to