MediaServicesAccount.AccountKeys.Primary Property
Optional. The Primary key of the storage account associated with the Media Services account.
Namespace: Microsoft.WindowsAzure.Management.MediaServices.Models
Assembly: Microsoft.WindowsAzure.Management.MediaServices (in Microsoft.WindowsAzure.Management.MediaServices.dll)
Syntax
public string Primary { get; set; }
public:
property String^ Primary {
String^ get();
void set(String^ value);
}
member Primary : string with get, set
Public Property Primary As String
Property Value
Type: System.String
See Also
MediaServicesAccount.AccountKeys Class
Microsoft.WindowsAzure.Management.MediaServices.Models Namespace
Return to top