Share via


StorageAccount Class

Definition

The properties that are associated with an Azure Storage account

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.StorageAccountTypeConverter))]
public class StorageAccount : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IStorageAccount
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.StorageAccountTypeConverter))>]
type StorageAccount = class
    interface IStorageAccount
    interface IJsonSerializable
Public Class StorageAccount
Implements IStorageAccount
Inheritance
StorageAccount
Attributes
Implements

Constructors

StorageAccount()

Creates an new StorageAccount instance.

Properties

AccountKey

The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.

AccountName

The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageAccount.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageAccount.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IStorageAccount.

FromJsonString(String)

Creates a new instance of StorageAccount, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageAccount into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to