public enum ResourceGroupExportTemplateOptions extends Enum<ResourceGroupExportTemplateOptions>
Enum Constant and Description |
---|
INCLUDE_BOTH
Includes default parameter values and comments.
|
INCLUDE_COMMENTS
Includes comments.
|
INCLUDE_PARAMETER_DEFAULT_VALUE
Includes default parameter values.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ResourceGroupExportTemplateOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceGroupExportTemplateOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceGroupExportTemplateOptions INCLUDE_PARAMETER_DEFAULT_VALUE
public static final ResourceGroupExportTemplateOptions INCLUDE_COMMENTS
public static final ResourceGroupExportTemplateOptions INCLUDE_BOTH
public static ResourceGroupExportTemplateOptions[] values()
for (ResourceGroupExportTemplateOptions c : ResourceGroupExportTemplateOptions.values()) System.out.println(c);
public static ResourceGroupExportTemplateOptions 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 String toString()
toString
in class Enum<ResourceGroupExportTemplateOptions>
Copyright © 2019. All rights reserved.