| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static AliasPathTokenType |
AliasPathTokenType.ANY
Static value Any for AliasPathTokenType.
|
static AliasPathTokenType |
AliasPathTokenType.ARRAY
Static value Array for AliasPathTokenType.
|
static AliasPathTokenType |
AliasPathTokenType.BOOLEAN
Static value Boolean for AliasPathTokenType.
|
static AliasPathTokenType |
AliasPathTokenType.INTEGER
Static value Integer for AliasPathTokenType.
|
static AliasPathTokenType |
AliasPathTokenType.NOT_SPECIFIED
Static value NotSpecified for AliasPathTokenType.
|
static AliasPathTokenType |
AliasPathTokenType.NUMBER
Static value Number for AliasPathTokenType.
|
static AliasPathTokenType |
AliasPathTokenType.OBJECT
Static value Object for AliasPathTokenType.
|
static AliasPathTokenType |
AliasPathTokenType.STRING
Static value String for AliasPathTokenType.
|
| Modifier and Type | Method and Description |
|---|---|
static AliasPathTokenType |
AliasPathTokenType.fromString(String name)
Creates or finds a AliasPathTokenType from its string representation.
|
AliasPathTokenType |
AliasPathMetadata.type()
Get the type of the token that the alias path is referring to.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<AliasPathTokenType> |
AliasPathTokenType.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/