CustomDomainStatus 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 custom domain.
public readonly struct CustomDomainStatus : IEquatable<Azure.ResourceManager.AppService.Models.CustomDomainStatus>
type CustomDomainStatus = struct
Public Structure CustomDomainStatus
Implements IEquatable(Of CustomDomainStatus)
- Inheritance
-
CustomDomainStatus
- Implements
Constructors
CustomDomainStatus(String) |
Initializes a new instance of CustomDomainStatus. |
Properties
Adding |
Adding. |
Deleting |
Deleting. |
Failed |
Failed. |
Ready |
Ready. |
RetrievingValidationToken |
RetrievingValidationToken. |
Unhealthy |
Unhealthy. |
Validating |
Validating. |
Methods
Equals(CustomDomainStatus) |
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(CustomDomainStatus, CustomDomainStatus) |
Determines if two CustomDomainStatus values are the same. |
Implicit(String to CustomDomainStatus) |
Converts a String to a CustomDomainStatus. |
Inequality(CustomDomainStatus, CustomDomainStatus) |
Determines if two CustomDomainStatus values are not the same. |
Applies to
Azure SDK for .NET