GetAzureRmVpnGatewayNatRuleCommand.ParentResourceId 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/vpnGateways")]
[System.Management.Automation.Alias(new System.String[] { "ParentVpnGatewayId", "VpnGatewayId" })]
[System.Management.Automation.Parameter(HelpMessage="The resource id of the parent VpnGateway for this VpnGatewayNatRule.", Mandatory=true, ParameterSetName="ByVpnGatewayResourceId", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string ParentResourceId { get; set; }
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.ResourceIdCompleter("Microsoft.Network/vpnGateways")>]
[<System.Management.Automation.Alias(new System.String[] { "ParentVpnGatewayId", "VpnGatewayId" })>]
[<System.Management.Automation.Parameter(HelpMessage="The resource id of the parent VpnGateway for this VpnGatewayNatRule.", Mandatory=true, ParameterSetName="ByVpnGatewayResourceId", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.ParentResourceId : string with get, set
Public Property ParentResourceId As String
Property Value
- Attributes