Class GroupContainerVolumeArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ContainerService.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GroupContainerVolumeArgs : ResourceArgs
Constructors
View SourceGroupContainerVolumeArgs()
Declaration
public GroupContainerVolumeArgs()
Properties
View SourceMountPath
The path on which this volume is to be mounted. Changing this forces a new resource to be created.
Declaration
public Input<string> MountPath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the Container Group. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ReadOnly
Specify if the volume is to be mounted as read only or not. The default value is false. Changing this forces a new resource to be created.
Declaration
public Input<bool> ReadOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ShareName
The Azure storage share that is to be mounted as a volume. This must be created on the storage account specified as above. Changing this forces a new resource to be created.
Declaration
public Input<string> ShareName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StorageAccountKey
The access key for the Azure Storage account specified as above. Changing this forces a new resource to be created.
Declaration
public Input<string> StorageAccountKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StorageAccountName
The Azure storage account from which the volume is to be mounted. Changing this forces a new resource to be created.
Declaration
public Input<string> StorageAccountName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |