ArmNetworkModelFactory.InterconnectGroupPropertiesFormat 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.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.