Show / Hide Table of Contents

Class GetAccountBlobContainerSASResult

Inheritance
System.Object
GetAccountBlobContainerSASResult
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetAccountBlobContainerSASResult

Fields

View Source

CacheControl

Declaration
public readonly string CacheControl
Field Value
Type Description
System.String
View Source

ConnectionString

Declaration
public readonly string ConnectionString
Field Value
Type Description
System.String
View Source

ContainerName

Declaration
public readonly string ContainerName
Field Value
Type Description
System.String
View Source

ContentDisposition

Declaration
public readonly string ContentDisposition
Field Value
Type Description
System.String
View Source

ContentEncoding

Declaration
public readonly string ContentEncoding
Field Value
Type Description
System.String
View Source

ContentLanguage

Declaration
public readonly string ContentLanguage
Field Value
Type Description
System.String
View Source

ContentType

Declaration
public readonly string ContentType
Field Value
Type Description
System.String
View Source

Expiry

Declaration
public readonly string Expiry
Field Value
Type Description
System.String
View Source

HttpsOnly

Declaration
public readonly bool? HttpsOnly
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

IpAddress

Declaration
public readonly string IpAddress
Field Value
Type Description
System.String
View Source

Permissions

Declaration
public readonly GetAccountBlobContainerSASPermissionsResult Permissions
Field Value
Type Description
GetAccountBlobContainerSASPermissionsResult
View Source

Sas

The computed Blob Container Shared Access Signature (SAS).

Declaration
public readonly string Sas
Field Value
Type Description
System.String
View Source

Start

Declaration
public readonly string Start
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.