Show / Hide Table of Contents

Class FolderArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FolderArgs
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.AliCloud.ResourceManager
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class FolderArgs : ResourceArgs

Constructors

View Source

FolderArgs()

Declaration
public FolderArgs()

Properties

View Source

FolderName

The name of the folder. The name must be 1 to 24 characters in length and can contain letters, digits, underscores (_), periods (.), and hyphens (-).

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

ParentFolderId

The ID of the parent folder. If not set, the system default value will be used.

Declaration
public Input<string> ParentFolderId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.