AzureTableStorageResource(String, AzureStorageResource) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an Azure Table Storage resource.
public AzureTableStorageResource (string name, Aspire.Hosting.Azure.AzureStorageResource storage);
new Aspire.Hosting.Azure.AzureTableStorageResource : string * Aspire.Hosting.Azure.AzureStorageResource -> Aspire.Hosting.Azure.AzureTableStorageResource
Public Sub New (name As String, storage As AzureStorageResource)
Parameters
- name
- String
The name of the resource.
- storage
- AzureStorageResource
The AzureStorageResource that the resource is stored in.