Show / Hide Table of Contents

Class ResourceDirectoryState

Inheritance
System.Object
InputArgs
ResourceArgs
ResourceDirectoryState
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 ResourceDirectoryState : ResourceArgs

Constructors

View Source

ResourceDirectoryState()

Declaration
public ResourceDirectoryState()

Properties

View Source

MasterAccountId

The ID of the master account.

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

MasterAccountName

The name of the master account.

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

RootFolderId

The ID of the root folder.

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