Language

UserTrustProviderType Struct

Definition

Type of the user trust provider.

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

Constructors

Name Description
UserTrustProviderType(String)

Initializes a new instance of UserTrustProviderType.

Properties

Name Description
Entra

Microsoft Entra trust provider type.

Methods

Name Description
Equals(UserTrustProviderType)

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

Determines if two UserTrustProviderType values are the same.

Implicit(String to Nullable<UserTrustProviderType>)
Implicit(String to UserTrustProviderType)

Converts a string to a UserTrustProviderType.

Inequality(UserTrustProviderType, UserTrustProviderType)

Determines if two UserTrustProviderType values are not the same.

Applies to