AzureVirtualNetworkSubnetConfigBase.InputObject 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.Alias(new System.String[] { "NatGateway" })]
[System.Management.Automation.Parameter(HelpMessage="Specifies the nat gateway associated with the subnet configuration", Mandatory=false, ParameterSetName="SetByResource", ValueFromPipelineByPropertyName=true)]
public Microsoft.Azure.Commands.Network.Models.PSNatGateway InputObject { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "NatGateway" })>]
[<System.Management.Automation.Parameter(HelpMessage="Specifies the nat gateway associated with the subnet configuration", Mandatory=false, ParameterSetName="SetByResource", ValueFromPipelineByPropertyName=true)>]
member this.InputObject : Microsoft.Azure.Commands.Network.Models.PSNatGateway with get, set
Public Property InputObject As PSNatGateway
Property Value
- Attributes