IRestriction.Value 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.
The value of restrictions. If the restriction type is set to location, then this would be the different locations where the SKU is restricted.
[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="The value of restrictions. If the restriction type is set to location, then this would be the different locations where the SKU is restricted.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="values")]
public string[] Value { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="The value of restrictions. If the restriction type is set to location, then this would be the different locations where the SKU is restricted.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="values")>]
member this.Value : string[]
Public ReadOnly Property Value As String()
Property Value
String[]
- Attributes