Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
ElevationLevel |
UserAccount.elevationLevel()
Get the elevationLevel value.
|
ElevationLevel |
AutoUserSpecification.elevationLevel()
Get the elevationLevel value.
|
static ElevationLevel |
ElevationLevel.fromString(String value)
Parses a serialized value to a ElevationLevel instance.
|
static ElevationLevel |
ElevationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElevationLevel[] |
ElevationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UserAccount |
UserAccount.withElevationLevel(ElevationLevel elevationLevel)
Set the elevationLevel value.
|
AutoUserSpecification |
AutoUserSpecification.withElevationLevel(ElevationLevel elevationLevel)
Set the elevationLevel value.
|
Copyright © 2019. All rights reserved.