VirtualRouterPeering Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Virtual Router Peering resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class VirtualRouterPeering : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VirtualRouterPeering = class
inherit SubResource
Public Class VirtualRouterPeering
Inherits SubResource
- Inheritance
- Attributes
Constructors
VirtualRouterPeering() |
Initializes a new instance of the VirtualRouterPeering class. |
VirtualRouterPeering(String, Nullable<Int64>, String, String, String, String, String) |
Initializes a new instance of the VirtualRouterPeering class. |
Properties
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Gets or sets resource ID. (Inherited from SubResource) |
Name |
Gets or sets name of the virtual router peering that is unique within a virtual router. |
PeerAsn |
Gets or sets peer ASN. |
PeerIp |
Gets or sets peer IP. |
ProvisioningState |
Gets the provisioning state of the resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
Type |
Gets peering type. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET