Udostępnij przez


PoolManagementType Struct

Definition

The pool management type of the session pool.

public readonly struct PoolManagementType : IEquatable<Azure.ResourceManager.AppContainers.Models.PoolManagementType>
type PoolManagementType = struct
Public Structure PoolManagementType
Implements IEquatable(Of PoolManagementType)
Inheritance
PoolManagementType
Implements

Constructors

Name Description
PoolManagementType(String)

Initializes a new instance of PoolManagementType.

Properties

Name Description
Dynamic

Dynamic.

Manual

Manual.

Methods

Name Description
Equals(PoolManagementType)

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

Determines if two PoolManagementType values are the same.

Implicit(String to PoolManagementType)

Converts a String to a PoolManagementType.

Inequality(PoolManagementType, PoolManagementType)

Determines if two PoolManagementType values are not the same.

Applies to