BatchAccountPatch 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 for updating an Azure Batch account.
public class BatchAccountPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Batch.Models.BatchAccountPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Batch.Models.BatchAccountPatch>
public class BatchAccountPatch
type BatchAccountPatch = class
interface IJsonModel<BatchAccountPatch>
interface IPersistableModel<BatchAccountPatch>
type BatchAccountPatch = class
Public Class BatchAccountPatch
Implements IJsonModel(Of BatchAccountPatch), IPersistableModel(Of BatchAccountPatch)
Public Class BatchAccountPatch
- Inheritance
-
BatchAccountPatch
- Implements
Constructors
BatchAccountPatch() |
Initializes a new instance of BatchAccountPatch. |
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. |
NetworkProfile |
The network profile only takes effect when publicNetworkAccess is enabled. |
PublicNetworkAccess |
If not specified, the default value is 'enabled'. |
Tags |
The user-specified tags associated with the account. |
Explicit Interface Implementations
IJsonModel<BatchAccountPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BatchAccountPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BatchAccountPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BatchAccountPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BatchAccountPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET