你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchPoolState Struct

Definition

BatchPoolState enums.

public readonly struct BatchPoolState : IEquatable<Azure.Compute.Batch.BatchPoolState>
type BatchPoolState = struct
Public Structure BatchPoolState
Implements IEquatable(Of BatchPoolState)
Inheritance
BatchPoolState
Implements

Constructors

Name Description
BatchPoolState(String)

Initializes a new instance of BatchPoolState.

Properties

Name Description
Active

The Pool is available to run Tasks subject to the availability of Compute Nodes.

Deleting

The user has requested that the Pool be deleted, but the delete operation has not yet completed.

Methods

Name Description
Equals(BatchPoolState)

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(BatchPoolState, BatchPoolState)

Determines if two BatchPoolState values are the same.

Implicit(String to BatchPoolState)

Converts a String to a BatchPoolState.

Inequality(BatchPoolState, BatchPoolState)

Determines if two BatchPoolState values are not the same.

Applies to