| Package | Description |
|---|---|
| com.azure.resourcemanager.containerinstance.models |
Package containing the data models for ContainerInstanceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Volume |
Volume.withAzureFile(AzureFileVolume azureFile)
Set the azureFile property: The Azure File volume.
|
Volume |
Volume.withEmptyDir(Object emptyDir)
Set the emptyDir property: The empty directory volume.
|
Volume |
Volume.withGitRepo(GitRepoVolume gitRepo)
Set the gitRepo property: The git repo volume.
|
Volume |
Volume.withName(String name)
Set the name property: The name of the volume.
|
Volume |
Volume.withSecret(Map<String,String> secret)
Set the secret property: The secret volume.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.