IDatabase.ResourceState 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.
Current resource status of the database
[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Description="Current resource status of the database", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ResourceState) }, ReadOnly=true, Required=false, SerializedName="resourceState")]
public Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ResourceState? ResourceState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Description="Current resource status of the database", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ResourceState) }, ReadOnly=true, Required=false, SerializedName="resourceState")>]
member this.ResourceState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ResourceState>
Public ReadOnly Property ResourceState As Nullable(Of ResourceState)
Property Value
- Attributes