Show / Hide Table of Contents

Class GetAccountBlobContainerSAS

Inheritance
System.Object
GetAccountBlobContainerSAS
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 static class GetAccountBlobContainerSAS

Methods

View Source

InvokeAsync(GetAccountBlobContainerSASArgs, InvokeOptions)

Use this data source to obtain a Shared Access Signature (SAS Token) for an existing Storage Account Blob Container.

Shared access signatures allow fine-grained, ephemeral access control to various aspects of an Azure Storage Account Blob Container.

{{% examples %}} {{% /examples %}}

Declaration
public static Task<GetAccountBlobContainerSASResult> InvokeAsync(GetAccountBlobContainerSASArgs args, InvokeOptions options = null)
Parameters
Type Name Description
GetAccountBlobContainerSASArgs args
InvokeOptions options
Returns
Type Description
System.Threading.Tasks.Task<GetAccountBlobContainerSASResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.