StorageAccountInfo Class

Definition

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
StorageAccountInfo
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