public final class ReasonCode extends com.microsoft.rest.ExpandableStringEnum<ReasonCode>
| Modifier and Type | Field and Description |
|---|---|
static ReasonCode |
NOT_AVAILABLE_FOR_SUBSCRIPTION
Static value NotAvailableForSubscription for ReasonCode.
|
static ReasonCode |
QUOTA_ID
Static value QuotaId for ReasonCode.
|
| Constructor and Description |
|---|
ReasonCode() |
| Modifier and Type | Method and Description |
|---|---|
static ReasonCode |
fromString(String name)
Creates or finds a ReasonCode from its string representation.
|
static Collection<ReasonCode> |
values() |
public static final ReasonCode QUOTA_ID
public static final ReasonCode NOT_AVAILABLE_FOR_SUBSCRIPTION
public static ReasonCode fromString(String name)
name - a name to look forpublic static Collection<ReasonCode> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/