Freigeben über


ProviderAuthorizationConsentState Struct

Definition

The provider authorization consent state.

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

Constructors

Name Description
ProviderAuthorizationConsentState(String)

Initializes a new instance of ProviderAuthorizationConsentState.

Properties

Name Description
Consented

Consented.

NotRequired

NotRequired.

NotSpecified

NotSpecified.

Required

Required.

Methods

Name Description
Equals(ProviderAuthorizationConsentState)

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

Determines if two ProviderAuthorizationConsentState values are the same.

Implicit(String to ProviderAuthorizationConsentState)

Converts a String to a ProviderAuthorizationConsentState.

Inequality(ProviderAuthorizationConsentState, ProviderAuthorizationConsentState)

Determines if two ProviderAuthorizationConsentState values are not the same.

Applies to