AccountCreateParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class AccountCreateParameters
type AccountCreateParameters = class
Public Class AccountCreateParameters
- Inheritance
-
AccountCreateParameters
Constructors
AccountCreateParameters(String, String, String) |
Properties
AutoStorageAccountId |
The resource ID of the Storage account to be used for auto storage. |
BatchAccount |
The name of the Batch account to create. |
Encryption |
Gets the encryption configuration for the Batch account. |
Identity |
The identity of the Batch account. |
KeyVaultId |
The resource ID of the Azure key vault associated with the Batch account. |
KeyVaultUrl |
The URL of the Azure key vault associated with the Batch account. |
Location |
The region in which to create the account. |
PoolAllocationMode |
The allocation mode to use for creating pools in the Batch account. |
PublicNetworkAccess |
The public network access type |
ResourceGroup |
The resource group in which to create the Batch account. |
Tags |
The user specified tags associated with the account. |