StorageAccountInfo 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
StorageAccountInfo() |
Initializes a new instance of the StorageAccountInfo class. |
StorageAccountInfo(String, String, String, String, String) |
Initializes a new instance of the StorageAccountInfo class. |
StorageAccountInfo()
Initializes a new instance of the StorageAccountInfo class.
public StorageAccountInfo ();
Public Sub New ()
Applies to
StorageAccountInfo(String, String, String, String, String)
Initializes a new instance of the StorageAccountInfo class.
public StorageAccountInfo (string name, string accessKey, string id = default, string type = default, string suffix = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo : string * string * string * string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo
Public Sub New (name As String, accessKey As String, Optional id As String = Nothing, Optional type As String = Nothing, Optional suffix As String = Nothing)
Parameters
- name
- String
Resource name
- accessKey
- String
the access key associated with this Azure Storage account that will be used to connect to it.
- id
- String
Resource Id
- type
- String
Resource type
- suffix
- String
the optional suffix for the storage account.
Applies to
Azure SDK for .NET