BatchDeploymentConfiguration Class

Definition

Properties relevant to different deployment types. Please note BatchDeploymentConfiguration is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include BatchPipelineComponentDeploymentConfiguration.

public abstract class BatchDeploymentConfiguration
type BatchDeploymentConfiguration = class
Public MustInherit Class BatchDeploymentConfiguration
Inheritance
BatchDeploymentConfiguration
Derived

Constructors

BatchDeploymentConfiguration()

Initializes a new instance of BatchDeploymentConfiguration.

Applies to