Share via


StandbyPoolRefillPolicy Struct

Definition

Refill policy of standby pool.

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

Constructors

StandbyPoolRefillPolicy(String)

Initializes a new instance of StandbyPoolRefillPolicy.

Properties

Always

A refill policy that standby pool is automatically refilled to maintain maxReadyCapacity.

Methods

Equals(StandbyPoolRefillPolicy)

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

Determines if two StandbyPoolRefillPolicy values are the same.

Implicit(String to StandbyPoolRefillPolicy)

Converts a string to a StandbyPoolRefillPolicy.

Inequality(StandbyPoolRefillPolicy, StandbyPoolRefillPolicy)

Determines if two StandbyPoolRefillPolicy values are not the same.

Applies to