LocalNetworkGateway Constructors

Definition

Overloads

LocalNetworkGateway()

Initializes a new instance of the LocalNetworkGateway class.

LocalNetworkGateway(String, String, String, String, IDictionary<String,String>, AddressSpace, String, String, BgpSettings, String, String, String)

Initializes a new instance of the LocalNetworkGateway class.

LocalNetworkGateway()

Initializes a new instance of the LocalNetworkGateway class.

public LocalNetworkGateway ();
Public Sub New ()

Applies to

LocalNetworkGateway(String, String, String, String, IDictionary<String,String>, AddressSpace, String, String, BgpSettings, String, String, String)

Initializes a new instance of the LocalNetworkGateway class.

public LocalNetworkGateway (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Network.Models.AddressSpace localNetworkAddressSpace = default, string gatewayIpAddress = default, string fqdn = default, Microsoft.Azure.Management.Network.Models.BgpSettings bgpSettings = default, string resourceGuid = default, string provisioningState = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.LocalNetworkGateway : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Network.Models.AddressSpace * string * string * Microsoft.Azure.Management.Network.Models.BgpSettings * string * string * string -> Microsoft.Azure.Management.Network.Models.LocalNetworkGateway
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional localNetworkAddressSpace As AddressSpace = Nothing, Optional gatewayIpAddress As String = Nothing, Optional fqdn As String = Nothing, Optional bgpSettings As BgpSettings = Nothing, Optional resourceGuid As String = Nothing, Optional provisioningState As String = Nothing, Optional etag As String = Nothing)

Parameters

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

location
String

Resource location.

tags
IDictionary<String,String>

Resource tags.

localNetworkAddressSpace
AddressSpace

Local network site address space.

gatewayIpAddress
String

IP address of local network gateway.

fqdn
String

FQDN of local network gateway.

bgpSettings
BgpSettings

Local network gateway's BGP speaker settings.

resourceGuid
String

The resource GUID property of the local network gateway resource.

provisioningState
String

The provisioning state of the local network gateway resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

etag
String

A unique read-only string that changes whenever the resource is updated.

Applies to