public static interface Pool.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Pool.DefinitionStages.Blank<ParentT>
The first stage of a batch pool definition.
|
static interface |
Pool.DefinitionStages.WithAttach<ParentT>
The stage of a Batch pool definition that allows the creation of a pool.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/