StorageAccountKey Constructors
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.
Overloads
StorageAccountKey() | |
StorageAccountKey(String, String, Nullable<KeyPermission>) |
StorageAccountKey()
public StorageAccountKey ();
Public Sub New ()
Applies to
StorageAccountKey(String, String, Nullable<KeyPermission>)
public StorageAccountKey (string keyName = default, string value = default, Microsoft.Azure.Management.Storage.Version2017_10_01.Models.KeyPermission? permissions = default);
new Microsoft.Azure.Management.Storage.Version2017_10_01.Models.StorageAccountKey : string * string * Nullable<Microsoft.Azure.Management.Storage.Version2017_10_01.Models.KeyPermission> -> Microsoft.Azure.Management.Storage.Version2017_10_01.Models.StorageAccountKey
Public Sub New (Optional keyName As String = Nothing, Optional value As String = Nothing, Optional permissions As Nullable(Of KeyPermission) = Nothing)
Parameters
- keyName
- String
- value
- String
- permissions
- Nullable<KeyPermission>