Share via


Image.TermsStatus Property

Definition

Gets the status of image terms of use (enabled = accepted, disabled = not accepted). Possible values include: 'Enabled', 'Disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.termsStatus")]
public Microsoft.Azure.Management.LabServices.Models.EnableState? TermsStatus { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.termsStatus")>]
member this.TermsStatus : Nullable<Microsoft.Azure.Management.LabServices.Models.EnableState>
Public ReadOnly Property TermsStatus As Nullable(Of EnableState)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to