ArmNetworkModelFactory.ActiveConnectivityConfiguration 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 ActiveConnectivityConfiguration.
public static Azure.ResourceManager.Network.Models.ActiveConnectivityConfiguration ActiveConnectivityConfiguration (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, DateTimeOffset? committedOn = default, Azure.Core.AzureLocation? region = default);
static member ActiveConnectivityConfiguration : 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> * Nullable<DateTimeOffset> * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.Network.Models.ActiveConnectivityConfiguration
Public Shared Function ActiveConnectivityConfiguration (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, Optional committedOn As Nullable(Of DateTimeOffset) = Nothing, Optional region As Nullable(Of AzureLocation) = Nothing) As ActiveConnectivityConfiguration
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.
- committedOn
- Nullable<DateTimeOffset>
Deployment time string.
- region
- Nullable<AzureLocation>
Deployment region.
Returns
A new ActiveConnectivityConfiguration instance for mocking.
Applies to
Azure SDK for .NET