BatchAccountCreateOrUpdateContent 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.
Parameters supplied to the Create operation.
public class BatchAccountCreateOrUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Batch.Models.BatchAccountCreateOrUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Batch.Models.BatchAccountCreateOrUpdateContent>
public class BatchAccountCreateOrUpdateContent
type BatchAccountCreateOrUpdateContent = class
interface IJsonModel<BatchAccountCreateOrUpdateContent>
interface IPersistableModel<BatchAccountCreateOrUpdateContent>
type BatchAccountCreateOrUpdateContent = class
Public Class BatchAccountCreateOrUpdateContent
Implements IJsonModel(Of BatchAccountCreateOrUpdateContent), IPersistableModel(Of BatchAccountCreateOrUpdateContent)
Public Class BatchAccountCreateOrUpdateContent
- Inheritance
-
BatchAccountCreateOrUpdateContent
- Implements
Constructors
BatchAccountCreateOrUpdateContent(AzureLocation) |
Initializes a new instance of BatchAccountCreateOrUpdateContent. |
Properties
AllowedAuthenticationModes |
List of allowed authentication modes for the Batch account that can be used to authenticate with the data plane. This does not affect authentication with the control plane. |
AutoStorage |
The properties related to the auto-storage account. |
Encryption |
Configures how customer data is encrypted inside the Batch account. By default, accounts are encrypted using a Microsoft managed key. For additional control, a customer-managed key can be used instead. |
Identity |
The identity of the Batch account. Current supported identity types: None, SystemAssigned, UserAssigned. |
KeyVaultReference |
A reference to the Azure key vault associated with the Batch account. |
Location |
The region in which to create the account. |
NetworkProfile |
The network profile only takes effect when publicNetworkAccess is enabled. |
PoolAllocationMode |
The pool allocation mode also affects how clients may authenticate to the Batch Service API. If the mode is BatchService, clients may authenticate using access keys or Microsoft Entra ID. If the mode is UserSubscription, clients must use Microsoft Entra ID. The default is BatchService. |
PublicNetworkAccess |
If not specified, the default value is 'enabled'. |
Tags |
The user-specified tags associated with the account. |
Explicit Interface Implementations
IJsonModel<BatchAccountCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BatchAccountCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BatchAccountCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BatchAccountCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BatchAccountCreateOrUpdateContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET