| Package | Description |
|---|---|
| com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NodeSetupTask.Definition<ParentT>
The entirety of a setup task definition.
|
| Modifier and Type | Method and Description |
|---|---|
NodeSetupTask.DefinitionStages.WithAttach<ParentT> |
NodeSetupTask.DefinitionStages.WithEnvironmentVariable.withEnvironmentVariable(String name,
String value) |
NodeSetupTask.DefinitionStages.WithAttach<ParentT> |
NodeSetupTask.DefinitionStages.WithEnvironmentVariableSecretValue.withEnvironmentVariableSecretValue(String name,
String value)
Sets the value of the environment variable.
|
NodeSetupTask.DefinitionStages.WithAttach<ParentT> |
NodeSetupTask.DefinitionStages.WithEnvironmentVariableSecretValue.withEnvironmentVariableSecretValue(String name,
String keyVaultId,
String secretUrl)
Specifies KeyVault Store and Secret which contains the value for the
environment variable.
|
NodeSetupTask.DefinitionStages.WithAttach<ParentT> |
NodeSetupTask.DefinitionStages.WithStdOutErrPath.withStdOutErrPath(String stdOutErrPathPrefix) |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/