Show / Hide Table of Contents

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 Source

MountPath

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
View Source

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
View Source

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>
View Source

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
View Source

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.