public static interface OutputDirectorySettings.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OutputDirectorySettings.DefinitionStages.Blank<ParentT>
The first stage of the output directory settings definition.
|
static interface |
OutputDirectorySettings.DefinitionStages.WithAttach<ParentT>
The final stage of the output directory settings definition.
|
static interface |
OutputDirectorySettings.DefinitionStages.WithPathPrefix<ParentT>
Specifies the prefix path where the output directory will be created.
|
static interface |
OutputDirectorySettings.DefinitionStages.WithPathSuffix<ParentT>
Specifies the suffix path where the output directory will be created.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/