IdentityType Struct

Definition

The type of identity that created/modified the resource.

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

Constructors

IdentityType(String)

Initializes a new instance of IdentityType.

Properties

Application

Application.

Key

Key.

ManagedIdentity

ManagedIdentity.

User

User.

Methods

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

Equality(IdentityType, IdentityType)

Determines if two IdentityType values are the same.

Implicit(String to IdentityType)

Converts a string to a IdentityType.

Inequality(IdentityType, IdentityType)

Determines if two IdentityType values are not the same.

Applies to