Class GetAccountBlobContainerSASPermissionsResult
Inheritance
System.Object
GetAccountBlobContainerSASPermissionsResult
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetAccountBlobContainerSASPermissionsResult
Fields
View SourceAdd
Should Add permissions be enabled for this SAS?
Declaration
public readonly bool Add
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Create
Should Create permissions be enabled for this SAS?
Declaration
public readonly bool Create
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Delete
Should Delete permissions be enabled for this SAS?
Declaration
public readonly bool Delete
Field Value
| Type | Description |
|---|---|
| System.Boolean |
List
Should List permissions be enabled for this SAS?
Declaration
public readonly bool List
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Read
Should Read permissions be enabled for this SAS?
Declaration
public readonly bool Read
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Write
Should Write permissions be enabled for this SAS?
Declaration
public readonly bool Write
Field Value
| Type | Description |
|---|---|
| System.Boolean |