你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchDeploymentConfiguration Class

Definition

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.

Applies to