Sprog

ExcludedPrincipalType Struct

Definition

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

Constructors

Name Description
ExcludedPrincipalType(String)

Initializes a new instance of ExcludedPrincipalType.

Properties

Name Description
ServicePrincipalsAsRequestor

ServicePrincipalsAsRequestor.

ServicePrincipalsAsTarget

ServicePrincipalsAsTarget.

Methods

Name Description
Equals(ExcludedPrincipalType)

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

Determines if two ExcludedPrincipalType values are the same.

Implicit(String to ExcludedPrincipalType)

Converts a string to a ExcludedPrincipalType.

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

Determines if two ExcludedPrincipalType values are not the same.

Applies to