| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.models |
Package containing the data models for ResourceManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static ParameterType |
ParameterType.ARRAY
Static value Array for ParameterType.
|
static ParameterType |
ParameterType.BOOLEAN
Static value Boolean for ParameterType.
|
static ParameterType |
ParameterType.DATE_TIME
Static value DateTime for ParameterType.
|
static ParameterType |
ParameterType.FLOAT
Static value Float for ParameterType.
|
static ParameterType |
ParameterType.INTEGER
Static value Integer for ParameterType.
|
static ParameterType |
ParameterType.OBJECT
Static value Object for ParameterType.
|
static ParameterType |
ParameterType.STRING
Static value String for ParameterType.
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterType |
ParameterType.fromString(String name)
Creates or finds a ParameterType from its string representation.
|
ParameterType |
ParameterDefinitionsValue.type()
Get the type property: The data type of the parameter.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterDefinitionsValue |
ParameterDefinitionsValue.withType(ParameterType type)
Set the type property: The data type of the parameter.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.