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

Name Description
BatchNodePlacementPolicyType(String)

Initializes a new instance of BatchNodePlacementPolicyType.

Properties

Name Description
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

Name Description
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

Name Description
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