ConnectivityGroupItem 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
ConnectivityGroupItem() |
Initializes a new instance of the ConnectivityGroupItem class. |
ConnectivityGroupItem(String, String, String, String) |
Initializes a new instance of the ConnectivityGroupItem class. |
ConnectivityGroupItem()
Initializes a new instance of the ConnectivityGroupItem class.
public ConnectivityGroupItem ();
Public Sub New ()
Applies to
ConnectivityGroupItem(String, String, String, String)
Initializes a new instance of the ConnectivityGroupItem class.
public ConnectivityGroupItem (string networkGroupId, string groupConnectivity, string useHubGateway = default, string isGlobal = default);
new Microsoft.Azure.Management.Network.Models.ConnectivityGroupItem : string * string * string * string -> Microsoft.Azure.Management.Network.Models.ConnectivityGroupItem
Public Sub New (networkGroupId As String, groupConnectivity As String, Optional useHubGateway As String = Nothing, Optional isGlobal As String = Nothing)
Parameters
- networkGroupId
- String
Network group Id.
- groupConnectivity
- String
Group connectivity type. Possible values include: 'None', 'DirectlyConnected'
- useHubGateway
- String
Flag if need to use hub gateway. Possible values include: 'False', 'True'
- isGlobal
- String
Flag if global is supported. Possible values include: 'False', 'True'
Applies to
Azure SDK for .NET