| Package | Description |
|---|---|
| com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static StorageAccountType |
StorageAccountType.PREMIUM_LRS
Static value Premium_LRS for StorageAccountType.
|
static StorageAccountType |
StorageAccountType.STANDARD_LRS
Static value Standard_LRS for StorageAccountType.
|
| Modifier and Type | Method and Description |
|---|---|
static StorageAccountType |
StorageAccountType.fromString(String name)
Creates or finds a StorageAccountType from its string representation.
|
StorageAccountType |
DataDisks.storageAccountType()
Get type of storage account to be used on the disk.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<StorageAccountType> |
StorageAccountType.values() |
| 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.
|
DataDisks |
DataDisks.withStorageAccountType(StorageAccountType storageAccountType)
Set type of storage account to be used on the disk.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/