StorageAccountInformation 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
StorageAccountInformation() |
Initializes a new instance of the StorageAccountInformation class. |
StorageAccountInformation(String, String, String, String) |
Initializes a new instance of the StorageAccountInformation class. |
StorageAccountInformation()
Initializes a new instance of the StorageAccountInformation class.
public StorageAccountInformation ();
Public Sub New ()
Applies to
StorageAccountInformation(String, String, String, String)
Initializes a new instance of the StorageAccountInformation class.
public StorageAccountInformation (string id = default, string name = default, string type = default, string suffix = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInformation : string * string * string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInformation
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional suffix As String = Nothing)
Parameters
- id
- String
The resource identifier.
- name
- String
The resource name.
- type
- String
The resource type.
- suffix
- String
The optional suffix for the storage account.
Applies to
Azure SDK for .NET