Show / Hide Table of Contents

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 Source

Add

Should Add permissions be enabled for this SAS?

Declaration
public readonly bool Add
Field Value
Type Description
System.Boolean
View Source

Create

Should Create permissions be enabled for this SAS?

Declaration
public readonly bool Create
Field Value
Type Description
System.Boolean
View Source

Delete

Should Delete permissions be enabled for this SAS?

Declaration
public readonly bool Delete
Field Value
Type Description
System.Boolean
View Source

List

Should List permissions be enabled for this SAS?

Declaration
public readonly bool List
Field Value
Type Description
System.Boolean
View Source

Read

Should Read permissions be enabled for this SAS?

Declaration
public readonly bool Read
Field Value
Type Description
System.Boolean
View Source

Write

Should Write permissions be enabled for this SAS?

Declaration
public readonly bool Write
Field Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.