BatchAccountRegenerateKeyResult.Primary Property
Gets or sets 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
[JsonPropertyAttribute(PropertyName = "primary")]
public string Primary { get; set; }
public:
[JsonPropertyAttribute(PropertyName = "primary")]
property String^ Primary {
String^ get();
void set(String^ value);
}
[<JsonPropertyAttribute(PropertyName = "primary")>]
member Primary : string with get, set
<JsonPropertyAttribute(PropertyName := "primary")>
Public Property Primary As String
Property Value
Type: System.String
See Also
BatchAccountRegenerateKeyResult Class
Microsoft.Azure.Management.Batch.Models Namespace
Return to top