VirtualRouterPeeringInner 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 VirtualRouterPeeringInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VirtualRouterPeeringInner = class
inherit SubResource
Public Class VirtualRouterPeeringInner
Inherits SubResource
- Inheritance
- Attributes
Constructors
VirtualRouterPeeringInner() |
Initializes a new instance of the VirtualRouterPeeringInner class. |
VirtualRouterPeeringInner(String, Nullable<Int64>, String, ProvisioningState, String, String, String) |
Initializes a new instance of the VirtualRouterPeeringInner class. |
Properties
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
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