ArmNetworkModelFactory.EffectiveConnectivityConfiguration 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.
Initializes a new instance of EffectiveConnectivityConfiguration.
public static Azure.ResourceManager.Network.Models.EffectiveConnectivityConfiguration EffectiveConnectivityConfiguration (string id = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.NetworkConfigurationGroup> configurationGroups = default, string description = default, Azure.ResourceManager.Network.Models.ConnectivityTopology? connectivityTopology = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ConnectivityHub> hubs = default, Azure.ResourceManager.Network.Models.GlobalMeshSupportFlag? isGlobal = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ConnectivityGroupItem> appliesToGroups = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default, Azure.ResourceManager.Network.Models.DeleteExistingPeering? deleteExistingPeering = default, Guid? resourceGuid = default);
static member EffectiveConnectivityConfiguration : string * seq<Azure.ResourceManager.Network.Models.NetworkConfigurationGroup> * string * Nullable<Azure.ResourceManager.Network.Models.ConnectivityTopology> * seq<Azure.ResourceManager.Network.Models.ConnectivityHub> * Nullable<Azure.ResourceManager.Network.Models.GlobalMeshSupportFlag> * seq<Azure.ResourceManager.Network.Models.ConnectivityGroupItem> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * Nullable<Azure.ResourceManager.Network.Models.DeleteExistingPeering> * Nullable<Guid> -> Azure.ResourceManager.Network.Models.EffectiveConnectivityConfiguration
Public Shared Function EffectiveConnectivityConfiguration (Optional id As String = Nothing, Optional configurationGroups As IEnumerable(Of NetworkConfigurationGroup) = Nothing, Optional description As String = Nothing, Optional connectivityTopology As Nullable(Of ConnectivityTopology) = Nothing, Optional hubs As IEnumerable(Of ConnectivityHub) = Nothing, Optional isGlobal As Nullable(Of GlobalMeshSupportFlag) = Nothing, Optional appliesToGroups As IEnumerable(Of ConnectivityGroupItem) = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing, Optional deleteExistingPeering As Nullable(Of DeleteExistingPeering) = Nothing, Optional resourceGuid As Nullable(Of Guid) = Nothing) As EffectiveConnectivityConfiguration
Parameters
- id
- String
Connectivity configuration ID.
- configurationGroups
- IEnumerable<NetworkConfigurationGroup>
Effective configuration groups.
- description
- String
A description of the connectivity configuration.
- connectivityTopology
- Nullable<ConnectivityTopology>
Connectivity topology type.
- hubs
- IEnumerable<ConnectivityHub>
List of hubItems.
- isGlobal
- Nullable<GlobalMeshSupportFlag>
Flag if global mesh is supported.
- appliesToGroups
- IEnumerable<ConnectivityGroupItem>
Groups for configuration.
- provisioningState
- Nullable<NetworkProvisioningState>
The provisioning state of the connectivity configuration resource.
- deleteExistingPeering
- Nullable<DeleteExistingPeering>
Flag if need to remove current existing peerings.
Returns
A new EffectiveConnectivityConfiguration instance for mocking.
Applies to
Azure SDK for .NET