Delen via


ExternalGovernanceStatus Struct

Definition

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