LoadTestingCmkIdentityType Struct

Definition

Managed identity type to use for accessing encryption key Url.

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

Constructors

LoadTestingCmkIdentityType(String)

Initializes a new instance of LoadTestingCmkIdentityType.

Properties

SystemAssigned

SystemAssigned.

UserAssigned

UserAssigned.

Methods

Equals(LoadTestingCmkIdentityType)

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

Determines if two LoadTestingCmkIdentityType values are the same.

Implicit(String to LoadTestingCmkIdentityType)

Converts a string to a LoadTestingCmkIdentityType.

Inequality(LoadTestingCmkIdentityType, LoadTestingCmkIdentityType)

Determines if two LoadTestingCmkIdentityType values are not the same.

Applies to