LocalNetworkGatewayInner Class

Definition

A common class for general resource information.

[Microsoft.Rest.Serialization.JsonTransformation]
public class LocalNetworkGatewayInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type LocalNetworkGatewayInner = class
    inherit Resource
Public Class LocalNetworkGatewayInner
Inherits Resource
Inheritance
LocalNetworkGatewayInner
Attributes

Constructors

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.

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.

GatewayIpAddress

Gets or sets IP address of local network gateway.

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
LocalNetworkAddressSpace

Gets or sets local network site address space.

Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
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

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to