ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithAzureFileShare<ParentT>
| Modifier and Type | Method and Description |
|---|---|
ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithStorageAccountName<ParentT> |
withExistingReadOnlyAzureFileShare(String shareName)
Specifies an existing Azure file share name.
|
ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithStorageAccountName<ParentT> |
withExistingReadWriteAzureFileShare(String shareName)
Specifies an existing Azure file share name.
|
ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithStorageAccountName<ParentT> withExistingReadWriteAzureFileShare(String shareName)
shareName - an existing Azure file share nameContainerGroup.DefinitionStages.VolumeDefinitionStages.WithStorageAccountName<ParentT> withExistingReadOnlyAzureFileShare(String shareName)
shareName - an existing Azure file share name/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/