Show / Hide Table of Contents

Class TableState

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

Constructors

View Source

TableState()

Declaration
public TableState()

Properties

View Source

Acls

One or more acl blocks as defined below.

Declaration
public InputList<TableAclGetArgs> Acls { get; set; }
Property Value
Type Description
InputList<TableAclGetArgs>
View Source

Name

The name of the storage table. Must be unique within the storage account the table is located.

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

StorageAccountName

Specifies the storage account in which to create the storage table. 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.