AzureTableStorageResource Constructors
ClassConstructors1 member
Represents an Azure Table Storage resource.
Constructor(string, AzureStorageResource)Section titled Constructor(string, AzureStorageResource) Represents an Azure Table Storage resource.
public class AzureTableStorageResource{ public AzureTableStorageResource( string name, AzureStorageResource storage) { // ... }}Parameters
namestringThe name of the resource.storageAzureStorageResourceThe AzureStorageResource that the resource is stored in.