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

ProviderAuthorizationConsentState(String)

Initializes a new instance of ProviderAuthorizationConsentState.

Properties

Consented

Consented.

NotRequired

NotRequired.

NotSpecified

NotSpecified.

Required

Required.

Methods

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

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