BatchNodePlacementPolicyType 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.
BatchNodePlacementPolicyType enums.
public readonly struct BatchNodePlacementPolicyType : IEquatable<Azure.Compute.Batch.BatchNodePlacementPolicyType>
type BatchNodePlacementPolicyType = struct
Public Structure BatchNodePlacementPolicyType
Implements IEquatable(Of BatchNodePlacementPolicyType)
- Inheritance
-
BatchNodePlacementPolicyType
- Implements
Constructors
BatchNodePlacementPolicyType(String) |
Initializes a new instance of BatchNodePlacementPolicyType. |
Properties
Regional |
All nodes in the pool will be allocated in the same region. |
Zonal |
Nodes in the pool will be spread across different availability zones with best effort balancing. |
Methods
Equals(BatchNodePlacementPolicyType) |
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(BatchNodePlacementPolicyType, BatchNodePlacementPolicyType) |
Determines if two BatchNodePlacementPolicyType values are the same. |
Implicit(String to BatchNodePlacementPolicyType) |
Converts a string to a BatchNodePlacementPolicyType. |
Inequality(BatchNodePlacementPolicyType, BatchNodePlacementPolicyType) |
Determines if two BatchNodePlacementPolicyType values are not the same. |
Applies to
Azure SDK for .NET