ConnectivityConfiguration 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
ConnectivityConfiguration() |
Initializes a new instance of the ConnectivityConfiguration class. |
ConnectivityConfiguration(String, IList<ConnectivityGroupItem>, String, String, String, String, String, IList<Hub>, String, String, String, SystemData) |
Initializes a new instance of the ConnectivityConfiguration class. |
ConnectivityConfiguration()
Initializes a new instance of the ConnectivityConfiguration class.
public ConnectivityConfiguration ();
Public Sub New ()
Applies to
ConnectivityConfiguration(String, IList<ConnectivityGroupItem>, String, String, String, String, String, IList<Hub>, String, String, String, SystemData)
Initializes a new instance of the ConnectivityConfiguration class.
public ConnectivityConfiguration (string connectivityTopology, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectivityGroupItem> appliesToGroups, string id = default, string name = default, string type = default, string etag = 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, Microsoft.Azure.Management.Network.Models.SystemData systemData = default);
new Microsoft.Azure.Management.Network.Models.ConnectivityConfiguration : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectivityGroupItem> * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.Hub> * string * string * string * Microsoft.Azure.Management.Network.Models.SystemData -> Microsoft.Azure.Management.Network.Models.ConnectivityConfiguration
Public Sub New (connectivityTopology As String, appliesToGroups As IList(Of ConnectivityGroupItem), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag 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 systemData As SystemData = Nothing)
Parameters
- connectivityTopology
- String
Connectivity topology type. Possible values include: 'HubAndSpoke', 'Mesh'
- appliesToGroups
- IList<ConnectivityGroupItem>
Groups for configuration
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- 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'
- systemData
- SystemData
The system metadata related to this resource.