NewAzureAppServiceEnvironmentInboundServicesCmdlet.VirtualNetworkName 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 vNet name. Used in combination with -SubnetName and must be in same resource group as ASE. If not, use -SubnetId", Mandatory=true, ParameterSetName="SubnetNameParameterSet")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string VirtualNetworkName { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The vNet name. Used in combination with -SubnetName and must be in same resource group as ASE. If not, use -SubnetId", Mandatory=true, ParameterSetName="SubnetNameParameterSet")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.VirtualNetworkName : string with get, set
Public Property VirtualNetworkName As String
Property Value
- Attributes