BatchPoolLifetimeOption Struct
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.
BatchPoolLifetimeOption enums.
public readonly struct BatchPoolLifetimeOption : IEquatable<Azure.Compute.Batch.BatchPoolLifetimeOption>
type BatchPoolLifetimeOption = struct
Public Structure BatchPoolLifetimeOption
Implements IEquatable(Of BatchPoolLifetimeOption)
- Inheritance
-
BatchPoolLifetimeOption
- Implements
Constructors
BatchPoolLifetimeOption(String) |
Initializes a new instance of BatchPoolLifetimeOption. |
Properties
Job |
The Pool exists for the lifetime of the Job to which it is dedicated. The Batch service creates the Pool when it creates the Job. If the 'job' option is applied to a Job Schedule, the Batch service creates a new auto Pool for every Job created on the schedule. |
JobSchedule |
The Pool exists for the lifetime of the Job Schedule. The Batch Service creates the Pool when it creates the first Job on the schedule. You may apply this option only to Job Schedules, not to Jobs. |
Methods
Equals(BatchPoolLifetimeOption) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(BatchPoolLifetimeOption, BatchPoolLifetimeOption) |
Determines if two BatchPoolLifetimeOption values are the same. |
Implicit(String to BatchPoolLifetimeOption) |
Converts a string to a BatchPoolLifetimeOption. |
Inequality(BatchPoolLifetimeOption, BatchPoolLifetimeOption) |
Determines if two BatchPoolLifetimeOption values are not the same. |
Applies to
Azure SDK for .NET