CustomDomainResourceState Struct

Definition

Resource status of the custom domain.

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

Constructors

CustomDomainResourceState(String)

Initializes a new instance of CustomDomainResourceState.

Properties

Active

Active.

Creating

Creating.

Deleting

Deleting.

Methods

Equals(CustomDomainResourceState)

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

Determines if two CustomDomainResourceState values are the same.

Implicit(String to CustomDomainResourceState)

Converts a string to a CustomDomainResourceState.

Inequality(CustomDomainResourceState, CustomDomainResourceState)

Determines if two CustomDomainResourceState values are not the same.

Applies to