GetAzMySqlVirtualNetworkRule_Get.Name 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.PowerShell.Cmdlets.MySql.Category(new Microsoft.Azure.PowerShell.Cmdlets.MySql.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.MySql.ParameterCategory.Path })]
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Description="The name of the virtual network rule.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="virtualNetworkRuleName")]
[System.Management.Automation.Alias(new System.String[] { "VirtualNetworkRuleName" })]
[System.Management.Automation.Parameter(HelpMessage="The name of the virtual network rule.", Mandatory=true)]
public string Name { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Category(new Microsoft.Azure.PowerShell.Cmdlets.MySql.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.MySql.ParameterCategory.Path })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Description="The name of the virtual network rule.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="virtualNetworkRuleName")>]
[<System.Management.Automation.Alias(new System.String[] { "VirtualNetworkRuleName" })>]
[<System.Management.Automation.Parameter(HelpMessage="The name of the virtual network rule.", Mandatory=true)>]
member this.Name : string with get, set
Public Property Name As String
Property Value
- Attributes