public static interface ContainerImageSettings.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ContainerImageSettings.DefinitionStages.Blank<ParentT>
The first stage of the output directory settings definition.
|
static interface |
ContainerImageSettings.DefinitionStages.WithAttach<ParentT>
The final stage of the output directory settings definition.
|
static interface |
ContainerImageSettings.DefinitionStages.WithRegistryCredentials<ParentT>
Specifies container registry credentials.
|
static interface |
ContainerImageSettings.DefinitionStages.WithShmSize<ParentT>
Specifies size of /dev/shm.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/