public enum UrlSigningActionParametersOdataType extends Enum<UrlSigningActionParametersOdataType>
| Enum Constant and Description |
|---|
MICROSOFT_AZURE_CDN_MODELS_DELIVERY_RULE_URL_SIGNING_ACTION_PARAMETERS
Enum value #Microsoft.Azure.Cdn.Models.DeliveryRuleUrlSigningActionParameters.
|
| Modifier and Type | Method and Description |
|---|---|
static UrlSigningActionParametersOdataType |
fromString(String value)
Parses a serialized value to a UrlSigningActionParametersOdataType instance.
|
String |
toString() |
static UrlSigningActionParametersOdataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UrlSigningActionParametersOdataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UrlSigningActionParametersOdataType MICROSOFT_AZURE_CDN_MODELS_DELIVERY_RULE_URL_SIGNING_ACTION_PARAMETERS
public static UrlSigningActionParametersOdataType[] values()
public static UrlSigningActionParametersOdataType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static UrlSigningActionParametersOdataType fromString(String value)
value - the serialized value to parse.public String toString()
toString in class Enum<UrlSigningActionParametersOdataType>Copyright © 2020 Microsoft Corporation. All rights reserved.