BatchDeploymentConfiguration 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.
Deployment configuration properties.
public class BatchDeploymentConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Batch.Models.BatchDeploymentConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Batch.Models.BatchDeploymentConfiguration>
public class BatchDeploymentConfiguration
type BatchDeploymentConfiguration = class
interface IJsonModel<BatchDeploymentConfiguration>
interface IPersistableModel<BatchDeploymentConfiguration>
type BatchDeploymentConfiguration = class
Public Class BatchDeploymentConfiguration
Implements IJsonModel(Of BatchDeploymentConfiguration), IPersistableModel(Of BatchDeploymentConfiguration)
Public Class BatchDeploymentConfiguration
- Inheritance
-
BatchDeploymentConfiguration
- Implements
Constructors
BatchDeploymentConfiguration() |
Initializes a new instance of BatchDeploymentConfiguration. |
Properties
CloudServiceConfiguration |
This property and virtualMachineConfiguration are mutually exclusive and one of the properties must be specified. This property cannot be specified if the Batch account was created with its poolAllocationMode property set to 'UserSubscription'. |
VmConfiguration |
The configuration for compute nodes in a pool based on the Azure Virtual Machines infrastructure. |
Explicit Interface Implementations
IJsonModel<BatchDeploymentConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BatchDeploymentConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BatchDeploymentConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BatchDeploymentConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BatchDeploymentConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |