IStorageAccount Interface

Represents an Azure storage account.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Public Interface IStorageAccount
'Usage
Dim instance As IStorageAccount
public interface IStorageAccount
public interface class IStorageAccount
type IStorageAccount =  interface end
public interface IStorageAccount

The IStorageAccount type exposes the following members.

Properties

  Name Description
Public property BytesUsed If Storage Account Metrics are enabled on the storage account, this returns the number of bytes used in the storage account by blob data. If Storage Account Metrics are not enabled or no data is available, then null is returned.
Public property IsDefault Gets or sets a value indicating whether this instance is default.
Public property Name Gets or sets the name of a storage account.

Top

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace