StorageAccountInfo Class
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.
Azure Storage account information.
[Microsoft.Rest.Serialization.JsonTransformation]
public class StorageAccountInfo : Microsoft.Azure.Management.DataLake.Analytics.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type StorageAccountInfo = class
inherit SubResource
Public Class StorageAccountInfo
Inherits SubResource
- Inheritance
- Attributes
Constructors
StorageAccountInfo() |
Initializes a new instance of the StorageAccountInfo class. |
StorageAccountInfo(String, String, String, String, String) |
Initializes a new instance of the StorageAccountInfo class. |
Properties
AccessKey |
Gets or sets the access key associated with this Azure Storage account that will be used to connect to it. |
Id |
Gets the resource identifier. (Inherited from SubResource) |
Name |
Gets the resource name. (Inherited from SubResource) |
Suffix |
Gets or sets the optional suffix for the storage account. |
Type |
Gets the resource type. (Inherited from SubResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET