ArmNetworkModelFactory.LocalNetworkGatewayData Method

Definition

public static Azure.ResourceManager.Network.LocalNetworkGatewayData LocalNetworkGatewayData(Azure.Core.ResourceIdentifier id = default, string name = default, string type = default, Azure.Core.AzureLocation? location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.Network.Models.VirtualNetworkAddressSpace localNetworkAddressSpace = default, string gatewayIpAddress = default, string fqdn = default, Azure.ResourceManager.Network.Models.BgpSettings bgpSettings = default, Guid? resourceGuid = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default, Azure.ETag? eTag = default);
static member LocalNetworkGatewayData : Azure.Core.ResourceIdentifier * string * string * Nullable<Azure.Core.AzureLocation> * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Network.Models.VirtualNetworkAddressSpace * string * string * Azure.ResourceManager.Network.Models.BgpSettings * Nullable<Guid> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * Nullable<Azure.ETag> -> Azure.ResourceManager.Network.LocalNetworkGatewayData
Public Shared Function LocalNetworkGatewayData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional localNetworkAddressSpace As VirtualNetworkAddressSpace = Nothing, Optional gatewayIpAddress As String = Nothing, Optional fqdn As String = Nothing, Optional bgpSettings As BgpSettings = Nothing, Optional resourceGuid As Nullable(Of Guid) = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing, Optional eTag As Nullable(Of ETag) = Nothing) As LocalNetworkGatewayData

Parameters

id
ResourceIdentifier

Resource ID.

name
String

Resource name.

type
String

Resource type.

location
Nullable<AzureLocation>

Resource location.

tags
IDictionary<String,String>

Resource tags.

localNetworkAddressSpace
VirtualNetworkAddressSpace

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
Nullable<Guid>

The resource GUID property of the local network gateway resource.

provisioningState
Nullable<NetworkProvisioningState>

The provisioning state of the local network gateway resource.

eTag
Nullable<ETag>

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

Returns

A new LocalNetworkGatewayData instance for mocking.

Applies to