IdentityType Struct

Definition

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

Constructors

Name Description
IdentityType(String)

Initializes a new instance of IdentityType.

Properties

Name Description
SystemAssigned

Gets the SystemAssigned.

UserAssigned

Gets the UserAssigned.

Methods

Name Description
Equals(IdentityType)

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

Determines if two IdentityType values are the same.

Implicit(String to IdentityType)

Converts a string to a IdentityType.

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

Determines if two IdentityType values are not the same.

Applies to