RemoveAzureSynapseManagedPrivateEndpoint.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.Alias(new System.String[] { "VNetName" })]
[System.Management.Automation.Parameter(HelpMessage="Managed Virtual Network Name is 'default'.", Mandatory=false, ValueFromPipelineByPropertyName=false)]
[System.Management.Automation.PSDefaultValue(Help="default", Value="default")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string VirtualNetworkName { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "VNetName" })>]
[<System.Management.Automation.Parameter(HelpMessage="Managed Virtual Network Name is 'default'.", Mandatory=false, ValueFromPipelineByPropertyName=false)>]
[<System.Management.Automation.PSDefaultValue(Help="default", Value="default")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.VirtualNetworkName : string with get, set
Public Property VirtualNetworkName As String
Property Value
- Attributes