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

Name Description
LoadTestingCmkIdentityType(String)

Initializes a new instance of LoadTestingCmkIdentityType.

Properties

Name Description
SystemAssigned

System assigned identity.

UserAssigned

User assigned identity.

Methods

Name Description
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

Name Description
Equality(LoadTestingCmkIdentityType, LoadTestingCmkIdentityType)

Determines if two LoadTestingCmkIdentityType values are the same.

Implicit(String to LoadTestingCmkIdentityType)

Converts a string to a LoadTestingCmkIdentityType.

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

Determines if two LoadTestingCmkIdentityType values are not the same.

Applies to