Show / Hide Table of Contents

Class GroupContainerVolumeArgs

Inheritance
System.Object
InputArgs
ResourceArgs
GroupContainerVolumeArgs
Inherited Members
ResourceArgs.Empty
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 Source

GroupContainerVolumeArgs()

Declaration
public GroupContainerVolumeArgs()

Properties

View Source

MountPath

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

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>
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 Input<bool> ReadOnly { get; set; }
Property Value
Type Description
Input<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 Input<string> ShareName { get; set; }
Property Value
Type Description
Input<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 Input<string> StorageAccountKey { get; set; }
Property Value
Type Description
Input<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 Input<string> StorageAccountName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.