Share via


MediaServicesAccount.StorageAccountName Property

 

Optional. The Storage Account Name of the Media Services account.

Namespace:   Microsoft.WindowsAzure.Management.MediaServices.Models
Assembly:  Microsoft.WindowsAzure.Management.MediaServices (in Microsoft.WindowsAzure.Management.MediaServices.dll)

Syntax

public string StorageAccountName { get; set; }
public:
property String^ StorageAccountName {
    String^ get();
    void set(String^ value);
}
member StorageAccountName : string with get, set
Public Property StorageAccountName As String

Property Value

Type: System.String

See Also

MediaServicesAccount Class
Microsoft.WindowsAzure.Management.MediaServices.Models Namespace

Return to top