Class GetAccountSASServicesResult
Inheritance
System.Object
GetAccountSASServicesResult
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 GetAccountSASServicesResult
Fields
View SourceBlob
Should permission be granted to blob services within this storage account?
Declaration
public readonly bool Blob
Field Value
| Type | Description |
|---|---|
| System.Boolean |
File
Should permission be granted to file services within this storage account?
Declaration
public readonly bool File
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Queue
Should permission be granted to queue services within this storage account?
Declaration
public readonly bool Queue
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Table
Should permission be granted to table services within this storage account?
Declaration
public readonly bool Table
Field Value
| Type | Description |
|---|---|
| System.Boolean |