VpnSiteLinkPropertiesOutput interface
Parameters for VpnSite.
Properties
| bgp |
The set of bgp properties. |
| fqdn | FQDN of vpn-site-link. |
| ip |
The ip-address for the vpn-site-link. |
| link |
The link provider properties. |
| provisioning |
The provisioning state of the VPN site link resource. |
Property Details
bgpProperties
The set of bgp properties.
bgpProperties?: VpnLinkBgpSettingsOutput
Property Value
fqdn
FQDN of vpn-site-link.
fqdn?: string
Property Value
string
ipAddress
The ip-address for the vpn-site-link.
ipAddress?: string
Property Value
string
linkProperties
The link provider properties.
linkProperties?: VpnLinkProviderPropertiesOutput
Property Value
provisioningState
The provisioning state of the VPN site link resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"