ExternalGovernanceStatus 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.
Status of external governance.
public readonly struct ExternalGovernanceStatus : IEquatable<Azure.ResourceManager.Sql.Models.ExternalGovernanceStatus>
type ExternalGovernanceStatus = struct
Public Structure ExternalGovernanceStatus
Implements IEquatable(Of ExternalGovernanceStatus)
- Inheritance
-
ExternalGovernanceStatus
- Implements
Constructors
ExternalGovernanceStatus(String) |
Initializes a new instance of ExternalGovernanceStatus. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(ExternalGovernanceStatus) |
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(ExternalGovernanceStatus, ExternalGovernanceStatus) |
Determines if two ExternalGovernanceStatus values are the same. |
Implicit(String to ExternalGovernanceStatus) |
Converts a string to a ExternalGovernanceStatus. |
Inequality(ExternalGovernanceStatus, ExternalGovernanceStatus) |
Determines if two ExternalGovernanceStatus values are not the same. |
Applies to
Azure SDK for .NET