LocalNetworkGatewayInner 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
LocalNetworkGatewayInner() |
Initializes a new instance of the LocalNetworkGatewayInner class. |
LocalNetworkGatewayInner(String, String, String, String, IDictionary<String, String>, AddressSpace, String, BgpSettings, String, ProvisioningState, String) |
Initializes a new instance of the LocalNetworkGatewayInner class. |
LocalNetworkGatewayInner()
Initializes a new instance of the LocalNetworkGatewayInner class.
public LocalNetworkGatewayInner ();
Public Sub New ()
Applies to
LocalNetworkGatewayInner(String, String, String, String, IDictionary<String, String>, AddressSpace, String, BgpSettings, String, ProvisioningState, String)
Initializes a new instance of the LocalNetworkGatewayInner class.
public LocalNetworkGatewayInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Network.Fluent.Models.AddressSpace localNetworkAddressSpace = default, string gatewayIpAddress = default, Microsoft.Azure.Management.Network.Fluent.Models.BgpSettings bgpSettings = default, string resourceGuid = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.LocalNetworkGatewayInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Network.Fluent.Models.AddressSpace * string * Microsoft.Azure.Management.Network.Fluent.Models.BgpSettings * string * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string -> Microsoft.Azure.Management.Network.Fluent.Models.LocalNetworkGatewayInner
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional localNetworkAddressSpace As AddressSpace = Nothing, Optional gatewayIpAddress As String = Nothing, Optional bgpSettings As BgpSettings = Nothing, Optional resourceGuid As String = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional etag As String = Nothing)
Parameters
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- localNetworkAddressSpace
- AddressSpace
Local network site address space.
- gatewayIpAddress
- String
IP address 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
- ProvisioningState
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
Azure SDK for .NET