MediaServicesAccount.AccountKeys.Secondary Property
Optional. The Secondary key of the sotrage 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 Secondary { get; set; }
public:
property String^ Secondary {
String^ get();
void set(String^ value);
}
member Secondary : string with get, set
Public Property Secondary As String
Property Value
Type: System.String
See Also
MediaServicesAccount.AccountKeys Class
Microsoft.WindowsAzure.Management.MediaServices.Models Namespace
Return to top