BatchAccountCreateParameters.Properties Property
Optional. The properties of the account.
Namespace: Microsoft.Azure.Management.Batch.Models
Assembly: Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)
Syntax
public AccountBaseProperties Properties { get; set; }
public:
property AccountBaseProperties^ Properties {
AccountBaseProperties^ get();
void set(AccountBaseProperties^ value);
}
member Properties : AccountBaseProperties with get, set
Public Property Properties As AccountBaseProperties
Property Value
Type: Microsoft.Azure.Management.Batch.Models.AccountBaseProperties
See Also
BatchAccountCreateParameters Class
Microsoft.Azure.Management.Batch.Models Namespace
Return to top