LocalNetworkGateway Class

Definition

A common class for general resource information.

[Microsoft.Rest.Serialization.JsonTransformation]
public class LocalNetworkGateway : Microsoft.Azure.Management.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type LocalNetworkGateway = class
    inherit Resource
Public Class LocalNetworkGateway
Inherits Resource
Inheritance
LocalNetworkGateway
Attributes

Constructors

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.

Properties

BgpSettings

Gets or sets local network gateway's BGP speaker settings.

Etag

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

Fqdn

Gets or sets FQDN of local network gateway.

GatewayIpAddress

Gets or sets IP address of local network gateway.

Id

Gets or sets resource ID.

(Inherited from Resource)
LocalNetworkAddressSpace

Gets or sets local network site address space.

Location

Gets or sets resource location.

(Inherited from Resource)
Name

Gets resource name.

(Inherited from Resource)
ProvisioningState

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

ResourceGuid

Gets the resource GUID property of the local network gateway resource.

Tags

Gets or sets resource tags.

(Inherited from Resource)
Type

Gets resource type.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to