INfsAccessRule.Scope 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.
Scope for this rule. The scope and filter determine which clients match the rule.
[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Scope for this rule. The scope and filter determine which clients match the rule.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.NfsAccessRuleScope) }, ReadOnly=false, Required=true, SerializedName="scope")]
public Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.NfsAccessRuleScope Scope { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Scope for this rule. The scope and filter determine which clients match the rule.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.NfsAccessRuleScope) }, ReadOnly=false, Required=true, SerializedName="scope")>]
member this.Scope : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.NfsAccessRuleScope with get, set
Public Property Scope As NfsAccessRuleScope
Property Value
- Attributes