BatchAccountListKeyResponse.SecondaryKey Property
Required. The secondary key associated with the account.
Namespace: Microsoft.Azure.Management.Batch.Models
Assembly: Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)
Syntax
public string SecondaryKey { get; set; }
public:
property String^ SecondaryKey {
String^ get();
void set(String^ value);
}
member SecondaryKey : string with get, set
Public Property SecondaryKey As String
Property Value
Type: System.String
See Also
BatchAccountListKeyResponse Class
Microsoft.Azure.Management.Batch.Models Namespace
Return to top