ExtensionConfigPropertyType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. resources. models. ExtensionConfigPropertyType
- com.
- com.
public final class ExtensionConfigPropertyType
extends ExpandableStringEnum<ExtensionConfigPropertyType>
Defines values for ExtensionConfigPropertyType.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Extension |
ARRAY
Static value Array for Extension |
|
static final
Extension |
BOOL
Static value Bool for Extension |
|
static final
Extension |
INT
Static value Int for Extension |
|
static final
Extension |
OBJECT
Static value Object for Extension |
|
static final
Extension |
SECURE_OBJECT
Static value Secure |
|
static final
Extension |
SECURE_STRING
Static value Secure |
|
static final
Extension |
STRING
Static value String for Extension |
Constructor Summary
| Constructor | Description |
|---|---|
| ExtensionConfigPropertyType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Extension |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Extension |
fromString(String name)
Creates or finds a Extension |
|
static
Collection<Extension |
values()
Gets known Extension |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ARRAY
public static final ExtensionConfigPropertyType ARRAY
Static value Array for ExtensionConfigPropertyType.
BOOL
public static final ExtensionConfigPropertyType BOOL
Static value Bool for ExtensionConfigPropertyType.
INT
public static final ExtensionConfigPropertyType INT
Static value Int for ExtensionConfigPropertyType.
OBJECT
public static final ExtensionConfigPropertyType OBJECT
Static value Object for ExtensionConfigPropertyType.
SECURE_OBJECT
public static final ExtensionConfigPropertyType SECURE_OBJECT
Static value SecureObject for ExtensionConfigPropertyType.
SECURE_STRING
public static final ExtensionConfigPropertyType SECURE_STRING
Static value SecureString for ExtensionConfigPropertyType.
STRING
public static final ExtensionConfigPropertyType STRING
Static value String for ExtensionConfigPropertyType.
Constructor Details
ExtensionConfigPropertyType
@Deprecated
public ExtensionConfigPropertyType()
Deprecated
Creates a new instance of ExtensionConfigPropertyType value.
Method Details
fromString
public static ExtensionConfigPropertyType fromString(String name)
Creates or finds a ExtensionConfigPropertyType from its string representation.
Parameters:
Returns:
values
public static Collection<ExtensionConfigPropertyType> values()
Gets known ExtensionConfigPropertyType values.
Returns: