Class GroupContainerVolume
Inheritance
System.Object
GroupContainerVolume
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GroupContainerVolume
Fields
View SourceMountPath
The path on which this volume is to be mounted. Changing this forces a new resource to be created.
Declaration
public readonly string MountPath
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Specifies the name of the Container Group. Changing this forces a new resource to be created.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| 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 readonly bool? ReadOnly
Field Value
| Type | Description |
|---|---|
| System.Nullable<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 readonly string ShareName
Field Value
| Type | Description |
|---|---|
| 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 readonly string StorageAccountKey
Field Value
| Type | Description |
|---|---|
| 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 readonly string StorageAccountName
Field Value
| Type | Description |
|---|---|
| System.String |