ActiveDirectoryAuth Struct

Definition

public readonly struct ActiveDirectoryAuth : IEquatable<Azure.ResourceManager.CosmosDBForPostgreSql.Models.ActiveDirectoryAuth>
type ActiveDirectoryAuth = struct
Public Structure ActiveDirectoryAuth
Implements IEquatable(Of ActiveDirectoryAuth)
Inheritance
ActiveDirectoryAuth
Implements

Constructors

Name Description
ActiveDirectoryAuth(String)

Initializes a new instance of ActiveDirectoryAuth.

Properties

Name Description
Disabled

Gets the Disabled.

Enabled

Gets the Enabled.

Methods

Name Description
Equals(ActiveDirectoryAuth)

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(ActiveDirectoryAuth, ActiveDirectoryAuth)

Determines if two ActiveDirectoryAuth values are the same.

Implicit(String to ActiveDirectoryAuth)

Converts a string to a ActiveDirectoryAuth.

Implicit(String to Nullable<ActiveDirectoryAuth>)
Inequality(ActiveDirectoryAuth, ActiveDirectoryAuth)

Determines if two ActiveDirectoryAuth values are not the same.

Applies to