Condividi tramite


BlockedDatesConstraintCategory Struct

Definition

Reason for blocking operation on maintenance.

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

Constructors

Name Description
BlockedDatesConstraintCategory(String)

Initializes a new instance of BlockedDatesConstraintCategory.

Properties

Name Description
HiPriorityEvent

Hi-Priority Event.

Holiday

Holidays.

QuotaExhausted

Quota Exhausted.

Methods

Name Description
Equals(BlockedDatesConstraintCategory)

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

Determines if two BlockedDatesConstraintCategory values are the same.

Implicit(String to BlockedDatesConstraintCategory)

Converts a string to a BlockedDatesConstraintCategory.

Implicit(String to Nullable<BlockedDatesConstraintCategory>)
Inequality(BlockedDatesConstraintCategory, BlockedDatesConstraintCategory)

Determines if two BlockedDatesConstraintCategory values are not the same.

Applies to