Class GetAccountSASServicesArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetAccountSASServicesArgs : InvokeArgs
Constructors
View SourceGetAccountSASServicesArgs()
Declaration
public GetAccountSASServicesArgs()
Properties
View SourceBlob
Should permission be granted to blob services within this storage account?
Declaration
public bool Blob { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
File
Should permission be granted to file services within this storage account?
Declaration
public bool File { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Queue
Should permission be granted to queue services within this storage account?
Declaration
public bool Queue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Table
Should permission be granted to table services within this storage account?
Declaration
public bool Table { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |