Compartilhar via


INetworkRuleSet.ResourceAccessRule 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> ResourceAccessRule { 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.ResourceAccessRule : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IResourceAccessRule> with get, set
Public Property ResourceAccessRule As List(Of IResourceAccessRule)

Property Value

Attributes

Applies to