Partager via


LocalNetworkGatewayInner Constructeurs

Définition

Surcharges

LocalNetworkGatewayInner()

Initialise une nouvelle instance de la classe LocalNetworkGatewayInner.

LocalNetworkGatewayInner(String, String, String, String, IDictionary<String, String>, AddressSpace, String, BgpSettings, String, ProvisioningState, String)

Initialise une nouvelle instance de la classe LocalNetworkGatewayInner.

LocalNetworkGatewayInner()

Initialise une nouvelle instance de la classe LocalNetworkGatewayInner.

public LocalNetworkGatewayInner ();
Public Sub New ()

S’applique à

LocalNetworkGatewayInner(String, String, String, String, IDictionary<String, String>, AddressSpace, String, BgpSettings, String, ProvisioningState, String)

Initialise une nouvelle instance de la classe LocalNetworkGatewayInner.

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)

Paramètres

location
String
id
String
name
String
type
String
localNetworkAddressSpace
AddressSpace

Espace d’adressage du site de réseau local.

gatewayIpAddress
String

Adresse IP de la passerelle de réseau local.

bgpSettings
BgpSettings

Paramètres de l’orateur BGP de la passerelle de réseau local.

resourceGuid
String

Propriété GUID de ressource de la ressource de passerelle de réseau local.

provisioningState
ProvisioningState

État d’approvisionnement de la ressource de passerelle de réseau local. Les valeurs possibles sont les suivantes : « Succeeded », « Updating », « Deleting », « Failed »

etag
String

Chaîne en lecture seule unique qui change chaque fois que la ressource est mise à jour.

S’applique à