DnsRefreshConfigurationPropertiesStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET