Share via


BatchNodePlacementPolicyType Struct

Definition

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