AzureBlobStorageResource Properties
Class Properties 3 members
A resource that represents an Azure Blob Storage account.
Gets the connection string template for the manifest for the Azure Blob Storage resource.
public ReferenceExpression ConnectionStringExpression { get; } Gets the parent AzureStorageResource of this AzureBlobStorageResource.
public AzureStorageResource Parent { get; } Gets the connection URI expression for the blob storage service.
public ReferenceExpression UriExpression { get; }Remarks
Format:
https://{host}:{port} for emulator or {blobEndpoint} for Azure.