Volume Class

The properties of the volume.

All required parameters must be populated in order to send to Azure.

Inheritance
Volume

Constructor

Volume(*, name: str, azure_file: Optional[azure.mgmt.containerinstance.models._models_py3.AzureFileVolume] = None, empty_dir: Optional[Any] = None, secret: Optional[Dict[str, str]] = None, git_repo: Optional[azure.mgmt.containerinstance.models._models_py3.GitRepoVolume] = None, **kwargs)

Variables

name
str

Required. The name of the volume.

azure_file
AzureFileVolume

The Azure File volume.

empty_dir
any

The empty directory volume.

secret
dict[str, str]

The secret volume.

git_repo
GitRepoVolume

The git repo volume.