EffectiveConnectivityConfiguration Constructors
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.
Overloads
EffectiveConnectivityConfiguration() |
Initializes a new instance of the EffectiveConnectivityConfiguration class. |
EffectiveConnectivityConfiguration(String, IList<ConnectivityGroupItem>, String, String, IList<Hub>, String, String, String, IList<ConfigurationGroup>) |
Initializes a new instance of the EffectiveConnectivityConfiguration class. |
EffectiveConnectivityConfiguration()
Initializes a new instance of the EffectiveConnectivityConfiguration class.
public EffectiveConnectivityConfiguration ();
Public Sub New ()
Applies to
EffectiveConnectivityConfiguration(String, IList<ConnectivityGroupItem>, String, String, IList<Hub>, String, String, String, IList<ConfigurationGroup>)
Initializes a new instance of the EffectiveConnectivityConfiguration class.
public EffectiveConnectivityConfiguration (string connectivityTopology, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectivityGroupItem> appliesToGroups, string id = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.Hub> hubs = default, string isGlobal = default, string provisioningState = default, string deleteExistingPeering = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConfigurationGroup> configurationGroups = default);
new Microsoft.Azure.Management.Network.Models.EffectiveConnectivityConfiguration : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectivityGroupItem> * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.Hub> * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConfigurationGroup> -> Microsoft.Azure.Management.Network.Models.EffectiveConnectivityConfiguration
Public Sub New (connectivityTopology As String, appliesToGroups As IList(Of ConnectivityGroupItem), Optional id As String = Nothing, Optional description As String = Nothing, Optional hubs As IList(Of Hub) = Nothing, Optional isGlobal As String = Nothing, Optional provisioningState As String = Nothing, Optional deleteExistingPeering As String = Nothing, Optional configurationGroups As IList(Of ConfigurationGroup) = Nothing)
Parameters
- connectivityTopology
- String
Connectivity topology type. Possible values include: 'HubAndSpoke', 'Mesh'
- appliesToGroups
- IList<ConnectivityGroupItem>
Groups for configuration
- id
- String
Connectivity configuration ID.
- description
- String
A description of the connectivity configuration.
- isGlobal
- String
Flag if global mesh is supported. Possible values include: 'False', 'True'
- provisioningState
- String
The provisioning state of the connectivity configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- deleteExistingPeering
- String
Flag if need to remove current existing peerings. Possible values include: 'False', 'True'
- configurationGroups
- IList<ConfigurationGroup>
Effective configuration groups.