SkuInformation.DisabledReason 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.
Gets reason why the Sku is disabled. Possible values include: 'None', 'Country', 'Region', 'Feature', 'OfferType', 'NoSubscriptionInfo'
[Newtonsoft.Json.JsonProperty(PropertyName="properties.disabledReason")]
public Microsoft.Azure.Management.DataBox.Models.SkuDisabledReason? DisabledReason { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.disabledReason")>]
member this.DisabledReason : Nullable<Microsoft.Azure.Management.DataBox.Models.SkuDisabledReason>
Public ReadOnly Property DisabledReason As Nullable(Of SkuDisabledReason)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute