Share via


LoadTestingManagedIdentityType Struct

Definition

Managed identity type.

public readonly struct LoadTestingManagedIdentityType : IEquatable<Azure.Developer.LoadTesting.LoadTestingManagedIdentityType>
type LoadTestingManagedIdentityType = struct
Public Structure LoadTestingManagedIdentityType
Implements IEquatable(Of LoadTestingManagedIdentityType)
Inheritance
LoadTestingManagedIdentityType
Implements

Constructors

LoadTestingManagedIdentityType(String)

Initializes a new instance of LoadTestingManagedIdentityType.

Properties

SystemAssigned

System-assigned managed identity.

UserAssigned

User-assigned managed identity.

Methods

Equals(LoadTestingManagedIdentityType)

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

Determines if two LoadTestingManagedIdentityType values are the same.

Implicit(String to LoadTestingManagedIdentityType)

Converts a String to a LoadTestingManagedIdentityType.

Inequality(LoadTestingManagedIdentityType, LoadTestingManagedIdentityType)

Determines if two LoadTestingManagedIdentityType values are not the same.

Applies to