Share via


MyWorkbookManagedIdentityType Struct

Definition

The identity type.

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

Constructors

MyWorkbookManagedIdentityType(String)

Initializes a new instance of MyWorkbookManagedIdentityType.

Properties

None

None.

UserAssigned

UserAssigned.

Methods

Equals(MyWorkbookManagedIdentityType)

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

Determines if two MyWorkbookManagedIdentityType values are the same.

Implicit(String to MyWorkbookManagedIdentityType)

Converts a string to a MyWorkbookManagedIdentityType.

Inequality(MyWorkbookManagedIdentityType, MyWorkbookManagedIdentityType)

Determines if two MyWorkbookManagedIdentityType values are not the same.

Applies to