| Package | Description |
|---|---|
| com.azure.resourcemanager.containerinstance.models |
Package containing the data models for ContainerInstanceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AzureFileVolume |
Volume.azureFile()
Get the azureFile property: The Azure File volume.
|
AzureFileVolume |
AzureFileVolume.withReadOnly(Boolean readOnly)
Set the readOnly property: The flag indicating whether the Azure File shared mounted as a volume is read-only.
|
AzureFileVolume |
AzureFileVolume.withShareName(String shareName)
Set the shareName property: The name of the Azure File share to be mounted as a volume.
|
AzureFileVolume |
AzureFileVolume.withStorageAccountKey(String storageAccountKey)
Set the storageAccountKey property: The storage account access key used to access the Azure File share.
|
AzureFileVolume |
AzureFileVolume.withStorageAccountName(String storageAccountName)
Set the storageAccountName property: The name of the storage account that contains the Azure File share.
|
| Modifier and Type | Method and Description |
|---|---|
Volume |
Volume.withAzureFile(AzureFileVolume azureFile)
Set the azureFile property: The Azure File volume.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.