BatchAccountListKeyResponse.PrimaryKey Property
Required. The primary 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 PrimaryKey { get; set; }
public:
property String^ PrimaryKey {
String^ get();
void set(String^ value);
}
member PrimaryKey : string with get, set
Public Property PrimaryKey As String
Property Value
Type: System.String
See Also
BatchAccountListKeyResponse Class
Microsoft.Azure.Management.Batch.Models Namespace
Return to top