| 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.WithVMSize |
BatchAIFileServer.DefinitionStages.WithDataDisks.withDataDisks(int diskSizeInGB,
int diskCount,
StorageAccountType storageAccountType)
Specifies settings for the data disks which would be created for the file server.
|
BatchAIFileServer.DefinitionStages.WithVMSize |
BatchAIFileServer.DefinitionStages.WithDataDisks.withDataDisks(int diskSizeInGB,
int diskCount,
StorageAccountType storageAccountType,
CachingType cachingType)
Specifies settings for the data disks which would be created for the file server.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/