Share via


PostgreSqlFlexibleServerIdentityType Struct

Definition

the types of identities associated with this resource; currently restricted to 'None and UserAssigned'.

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

Constructors

PostgreSqlFlexibleServerIdentityType(String)

Initializes a new instance of PostgreSqlFlexibleServerIdentityType.

Properties

None

None.

UserAssigned

UserAssigned.

Methods

Equals(PostgreSqlFlexibleServerIdentityType)

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

Determines if two PostgreSqlFlexibleServerIdentityType values are the same.

Implicit(String to PostgreSqlFlexibleServerIdentityType)

Converts a string to a PostgreSqlFlexibleServerIdentityType.

Inequality(PostgreSqlFlexibleServerIdentityType, PostgreSqlFlexibleServerIdentityType)

Determines if two PostgreSqlFlexibleServerIdentityType values are not the same.

Applies to