Show / Hide Table of Contents

Class GetAccountBlobContainerSASPermissionsArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetAccountBlobContainerSASPermissionsArgs
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 GetAccountBlobContainerSASPermissionsArgs : InvokeArgs

Constructors

View Source

GetAccountBlobContainerSASPermissionsArgs()

Declaration
public GetAccountBlobContainerSASPermissionsArgs()

Properties

View Source

Add

Should Add permissions be enabled for this SAS?

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

Create

Should Create permissions be enabled for this SAS?

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

Delete

Should Delete permissions be enabled for this SAS?

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

List

Should List permissions be enabled for this SAS?

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

Read

Should Read permissions be enabled for this SAS?

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

Write

Should Write permissions be enabled for this SAS?

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