Class TableArgs
Inherited Members
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 TableArgs : ResourceArgs
Constructors
View SourceTableArgs()
Declaration
public TableArgs()
Properties
View SourceAcls
One or more acl blocks as defined below.
Declaration
public InputList<TableAclArgs> Acls { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<TableAclArgs> |
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> |
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> |