Class StorageAccountConfiguration
Settings to use an existing storage account. Valid storage account kinds are: Storage, StorageV2 and FileStorage.
Inheritance
System.Object
StorageAccountConfiguration
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.ResourceManager.Resources.dll
Syntax
public class StorageAccountConfiguration
Constructors
StorageAccountConfiguration()
Initializes a new instance of StorageAccountConfiguration.
Declaration
public StorageAccountConfiguration ();
Properties
StorageAccountKey
The storage account access key.
Declaration
public string StorageAccountKey { get; set; }
Property Value
System.String
|
StorageAccountName
The storage account name.
Declaration
public string StorageAccountName { get; set; }
Property Value
System.String
|