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