Show / Hide Table of Contents

Class GetAccountSASServicesArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetAccountSASServicesArgs
Inherited Members
InvokeArgs.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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetAccountSASServicesArgs : InvokeArgs

Constructors

View Source

GetAccountSASServicesArgs()

Declaration
public GetAccountSASServicesArgs()

Properties

View Source

Blob

Should permission be granted to blob services within this storage account?

Declaration
public bool Blob { get; set; }
Property Value
Type Description
System.Boolean
View Source

File

Should permission be granted to file services within this storage account?

Declaration
public bool File { get; set; }
Property Value
Type Description
System.Boolean
View Source

Queue

Should permission be granted to queue services within this storage account?

Declaration
public bool Queue { get; set; }
Property Value
Type Description
System.Boolean
View Source

Table

Should permission be granted to table services within this storage account?

Declaration
public bool Table { get; set; }
Property Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.