VpnSiteLinkInner 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.
VpnSiteLink Resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class VpnSiteLinkInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VpnSiteLinkInner = class
inherit SubResource
Public Class VpnSiteLinkInner
Inherits SubResource
- Inheritance
- Attributes
Constructors
VpnSiteLinkInner() |
Initializes a new instance of the VpnSiteLinkInner class. |
VpnSiteLinkInner(String, VpnLinkProviderProperties, String, VpnLinkBgpSettings, ProvisioningState, String, String, String) |
Initializes a new instance of the VpnSiteLinkInner class. |
Properties
BgpProperties |
Gets or sets the set of bgp properties. |
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Resource Id (Inherited from SubResource) |
IpAddress |
Gets or sets the ip-address for the vpn-site-link. |
LinkProperties |
Gets or sets the link provider properties. |
Name |
Gets or sets the name of the resource that is unique within a resource group. This name can be used to access the resource. |
ProvisioningState |
Gets the provisioning state of the VPN site link resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
Type |
Gets resource type. |
Applies to
Azure SDK for .NET