public interface HasMountVolumes
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HasMountVolumes.DefinitionStages
Grouping of definition stages involving specifying mount volume to mount.
|
| Modifier and Type | Method and Description |
|---|---|
void |
attachAzureBlobFileSystem(AzureBlobFileSystem azureBlobFileSystem) |
void |
attachAzureFileShare(AzureFileShare azureFileShare) |
void |
attachFileServer(FileServer fileServer) |
void attachAzureFileShare(AzureFileShare azureFileShare)
azureFileShare - Azure fileshare to be attachedvoid attachAzureBlobFileSystem(AzureBlobFileSystem azureBlobFileSystem)
azureBlobFileSystem - Azure blob filesystem to be attachedvoid attachFileServer(FileServer fileServer)
fileServer - file server to be attached /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/