| Package | Description |
|---|---|
| com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BatchAIFileServer.Definition
The entirety of a Batch AI file server definition.
|
| Modifier and Type | Method and Description |
|---|---|
BatchAIFileServer.DefinitionStages.WithCreate |
BatchAIFileServer.DefinitionStages.WithUserCredentials.withPassword(String password)
Specifies admin user password.
|
BatchAIFileServer.DefinitionStages.WithCreate |
BatchAIFileServer.DefinitionStages.WithUserCredentials.withSshPublicKey(String sshPublicKey)
Specifies public key for authentication.
|
BatchAIFileServer.DefinitionStages.WithCreate |
BatchAIFileServer.DefinitionStages.WithSubnet.withSubnet(String subnetId)
Specifies subnet id.
|
BatchAIFileServer.DefinitionStages.WithCreate |
BatchAIFileServer.DefinitionStages.WithSubnet.withSubnet(String networkId,
String subnetName)
Specifies network id and subnet name within this network.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/