AzureTableStorageResource Properties
Class Properties 3 members
Represents an Azure Table Storage resource.
Gets the connection string template for the manifest for the Azure Table Storage resource.
public ReferenceExpression ConnectionStringExpression { get; } Gets the parent AzureStorageResource of this AzureTableStorageResource.
public AzureStorageResource Parent { get; } Gets the connection URI expression for the table storage service.
public ReferenceExpression UriExpression { get; }Remarks
Format:
https://{host}:{port} for emulator or {tableEndpoint} for Azure.