VirtualRouterInner Class

Definition

VirtualRouter Resource.

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

Constructors

VirtualRouterInner()

Initializes a new instance of the VirtualRouterInner class.

VirtualRouterInner(String, String, String, String, IDictionary<String, String>, Nullable<Int64>, IList<String>, SubResource, SubResource, IList<SubResource>, ProvisioningState, String)

Initializes a new instance of the VirtualRouterInner class.

Properties

Etag

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

HostedGateway

Gets or sets the Gateway on which VirtualRouter is hosted.

HostedSubnet

Gets or sets the Subnet on which VirtualRouter is hosted.

Id

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

(Inherited from ProxyResource)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
Peerings

Gets list of references to VirtualRouterPeerings.

ProvisioningState

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

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)
VirtualRouterAsn

Gets or sets virtualRouter ASN.

VirtualRouterIps

Gets or sets virtualRouter IPs.

Methods

Validate()

Validate the object.

Applies to