GetAzureRmVirtualWanVpnServerConfigurationVpnProfileCommand.VpnServerConfigurationId 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.
[Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.ResourceIdCompleter("Microsoft.Network/vpnServerConfigurations")]
[System.Management.Automation.Parameter(HelpMessage="The id of Vpn server configuraiton object this Virtual wan will be associated with.", Mandatory=true, ParameterSetName="ByVirtualWanNameByVpnServerConfigurationResourceId", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="The id of Vpn server configuraiton object this Virtual wan will be associated with.", Mandatory=true, ParameterSetName="ByVirtualWanObjectByVpnServerConfigurationResourceId", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="The id of Vpn server configuraiton object this Virtual wan will be associated with.", Mandatory=true, ParameterSetName="ByVirtualWanResourceIdByVpnServerConfigurationResourceId", ValueFromPipelineByPropertyName=true)]
public string VpnServerConfigurationId { get; set; }
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.ResourceIdCompleter("Microsoft.Network/vpnServerConfigurations")>]
[<System.Management.Automation.Parameter(HelpMessage="The id of Vpn server configuraiton object this Virtual wan will be associated with.", Mandatory=true, ParameterSetName="ByVirtualWanNameByVpnServerConfigurationResourceId", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="The id of Vpn server configuraiton object this Virtual wan will be associated with.", Mandatory=true, ParameterSetName="ByVirtualWanObjectByVpnServerConfigurationResourceId", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="The id of Vpn server configuraiton object this Virtual wan will be associated with.", Mandatory=true, ParameterSetName="ByVirtualWanResourceIdByVpnServerConfigurationResourceId", ValueFromPipelineByPropertyName=true)>]
member this.VpnServerConfigurationId : string with get, set
Public Property VpnServerConfigurationId As String
Property Value
- Attributes