Share via


IStorageAccountPropertiesCreateParameters.NetworkRuleSetResourceAccessRule Property

Definition

Sets the resource access rules

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Sets the resource access rules", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IResourceAccessRule) }, Read=true, ReadOnly=false, Required=false, SerializedName="resourceAccessRules", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IResourceAccessRule> NetworkRuleSetResourceAccessRule { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Sets the resource access rules", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IResourceAccessRule) }, Read=true, ReadOnly=false, Required=false, SerializedName="resourceAccessRules", Update=true)>]
member this.NetworkRuleSetResourceAccessRule : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IResourceAccessRule> with get, set
Public Property NetworkRuleSetResourceAccessRule As List(Of IResourceAccessRule)

Property Value

Attributes

Applies to