IAseRegionProperties.Standard 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.
Is region standard.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Is region standard.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="standard")]
public bool? Standard { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Is region standard.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="standard")>]
member this.Standard : Nullable<bool>
Public ReadOnly Property Standard As Nullable(Of Boolean)
Property Value
- Attributes