GetAzureRmVpnGatewayNatRuleCommand.ParentResourceId Property

Definition

[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

String
Attributes

Applies to