Freigeben über


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

Name Description
ExternalGovernanceStatus(String)

Initializes a new instance of ExternalGovernanceStatus.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

Name Description
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

Name Description
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