IStorageAccountUpdateParameters.NetworkRuleSetVirtualNetworkRule 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.
Sets the virtual network rules
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Sets the virtual network rules", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule) }, ReadOnly=false, Required=false, SerializedName="virtualNetworkRules")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkRuleSetVirtualNetworkRule { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Sets the virtual network rules", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule) }, ReadOnly=false, Required=false, SerializedName="virtualNetworkRules")>]
member this.NetworkRuleSetVirtualNetworkRule : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] with get, set
Public Property NetworkRuleSetVirtualNetworkRule As IVirtualNetworkRule()
Property Value
- Attributes