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