Share via


DnsRefreshConfigurationPropertiesStatus Struct

Definition

The status of the DNS refresh operation.

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

Constructors

DnsRefreshConfigurationPropertiesStatus(String)

Initializes a new instance of DnsRefreshConfigurationPropertiesStatus.

Properties

Failed

Failed.

InProgress

InProgress.

Succeeded

Succeeded.

Methods

Equals(DnsRefreshConfigurationPropertiesStatus)

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

Determines if two DnsRefreshConfigurationPropertiesStatus values are the same.

Implicit(String to DnsRefreshConfigurationPropertiesStatus)

Converts a string to a DnsRefreshConfigurationPropertiesStatus.

Inequality(DnsRefreshConfigurationPropertiesStatus, DnsRefreshConfigurationPropertiesStatus)

Determines if two DnsRefreshConfigurationPropertiesStatus values are not the same.

Applies to