Share via


IGen1EnvironmentResource.PropertyUsageState Property

Definition

This string represents the state of warm storage properties usage. It can be "Ok", "Error", "Unknown".

[Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.Info(Description="This string represents the state of warm storage properties usage. It can be "Ok", "Error", "Unknown".", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Support.WarmStoragePropertiesState) }, ReadOnly=false, Required=false, SerializedName="state")]
public Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Support.WarmStoragePropertiesState? PropertyUsageState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.Info(Description="This string represents the state of warm storage properties usage. It can be "Ok", "Error", "Unknown".", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Support.WarmStoragePropertiesState) }, ReadOnly=false, Required=false, SerializedName="state")>]
member this.PropertyUsageState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Support.WarmStoragePropertiesState> with get, set
Public Property PropertyUsageState As Nullable(Of WarmStoragePropertiesState)

Property Value

Attributes

Applies to