Show / Hide Table of Contents

Class ShareDirectoryArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ShareDirectoryArgs
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.Storage
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ShareDirectoryArgs : ResourceArgs

Constructors

View Source

ShareDirectoryArgs()

Declaration
public ShareDirectoryArgs()

Properties

View Source

Metadata

A mapping of metadata to assign to this Directory.

Declaration
public InputMap<string> Metadata { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

Name

The name (or path) of the Directory that should be created within this File Share. 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

ShareName

The name of the File Share where this Directory should be created. 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

StorageAccountName

The name of the Storage Account within which the File Share is located. 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.