次の方法で共有


BatchPoolIdentityType Struct

Definition

BatchPoolIdentityType enums.

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

Constructors

BatchPoolIdentityType(String)

Initializes a new instance of BatchPoolIdentityType.

Properties

None

Batch pool has no identity associated with it. Setting None in update pool will remove existing identities.

UserAssigned

Batch pool has user assigned identities with it.

Methods

Equals(BatchPoolIdentityType)

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

Determines if two BatchPoolIdentityType values are the same.

Implicit(String to BatchPoolIdentityType)

Converts a string to a BatchPoolIdentityType.

Inequality(BatchPoolIdentityType, BatchPoolIdentityType)

Determines if two BatchPoolIdentityType values are not the same.

Applies to