GetAzureRmVirtualWanVpnServerConfigurationVpnProfileCommand.VpnServerConfiguration Property
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.
[System.Management.Automation.Parameter(HelpMessage="The VpnServerConfiguration with which this VirtualWan is associated.", Mandatory=true, ParameterSetName="ByVirtualWanNameByVpnServerConfigurationObject", ValueFromPipeline=true)]
[System.Management.Automation.Parameter(HelpMessage="The VpnServerConfiguration with which this VirtualWan is associated.", Mandatory=true, ParameterSetName="ByVirtualWanObjectByVpnServerConfigurationObject", ValueFromPipeline=true)]
[System.Management.Automation.Parameter(HelpMessage="The VpnServerConfiguration with which this VirtualWan is associated.", Mandatory=true, ParameterSetName="ByVirtualWanResourceIdByVpnServerConfigurationObject", ValueFromPipeline=true)]
[System.Management.Automation.ValidateNotNull]
public Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration VpnServerConfiguration { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The VpnServerConfiguration with which this VirtualWan is associated.", Mandatory=true, ParameterSetName="ByVirtualWanNameByVpnServerConfigurationObject", ValueFromPipeline=true)>]
[<System.Management.Automation.Parameter(HelpMessage="The VpnServerConfiguration with which this VirtualWan is associated.", Mandatory=true, ParameterSetName="ByVirtualWanObjectByVpnServerConfigurationObject", ValueFromPipeline=true)>]
[<System.Management.Automation.Parameter(HelpMessage="The VpnServerConfiguration with which this VirtualWan is associated.", Mandatory=true, ParameterSetName="ByVirtualWanResourceIdByVpnServerConfigurationObject", ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateNotNull>]
member this.VpnServerConfiguration : Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration with get, set
Public Property VpnServerConfiguration As PSVpnServerConfiguration
Property Value
- Attributes