Compartilhar via


OpenAuthenticationProviderType Struct

Definition

Open authentication policy provider type.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OpenAuthenticationProviderTypeTypeConverter))]
public struct OpenAuthenticationProviderType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OpenAuthenticationProviderType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OpenAuthenticationProviderTypeTypeConverter))>]
type OpenAuthenticationProviderType = struct
    interface IArgumentCompleter
Public Structure OpenAuthenticationProviderType
Implements IArgumentCompleter, IEquatable(Of OpenAuthenticationProviderType)
Inheritance
OpenAuthenticationProviderType
Attributes
Implements

Fields

Aad

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type OpenAuthenticationProviderType (override for Object)

Equals(OpenAuthenticationProviderType)

Compares values of enum type OpenAuthenticationProviderType

GetHashCode()

Returns hashCode for enum OpenAuthenticationProviderType

ToString()

Returns string representation for OpenAuthenticationProviderType

Operators

Equality(OpenAuthenticationProviderType, OpenAuthenticationProviderType)

Overriding == operator for enum OpenAuthenticationProviderType

Implicit(OpenAuthenticationProviderType to String)

Implicit operator to convert OpenAuthenticationProviderType to string

Implicit(String to OpenAuthenticationProviderType)

Implicit operator to convert string to OpenAuthenticationProviderType

Inequality(OpenAuthenticationProviderType, OpenAuthenticationProviderType)

Overriding != operator for enum OpenAuthenticationProviderType

Applies to