Class SharedAccessSignature
Utility functions to manipulate Azure Storage Shared Access Signatures (SAS).
Inheritance
System.Object
SharedAccessSignature
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 SharedAccessSignature
Methods
View SourceSignedBlobReadUrl(Blob, Account)
Produce a URL with read-only access to a Storage Blob with a Shared Access Signature (SAS).
Declaration
public static Output<string> SignedBlobReadUrl(Blob blob, Account account)
Parameters
| Type | Name | Description |
|---|---|---|
| Blob | blob | Blob to construct the URL for. |
| Account | account | Storage account containing the blob. |
Returns
| Type | Description |
|---|---|
| Output<System.String> | An Output<T> containing the blob access URL. |