Show / Hide Table of Contents

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 Source

Blob

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

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

File

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

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

Queue

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

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

Table

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

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