Compartir a través de


SignalRUpstreamAuthType Estructura

Definición

Enumeración de tipo de autenticación ascendente.

public readonly struct SignalRUpstreamAuthType : IEquatable<Azure.ResourceManager.SignalR.Models.SignalRUpstreamAuthType>
type SignalRUpstreamAuthType = struct
Public Structure SignalRUpstreamAuthType
Implements IEquatable(Of SignalRUpstreamAuthType)
Herencia
SignalRUpstreamAuthType
Implementaciones

Constructores

SignalRUpstreamAuthType(String)

Inicializa una nueva instancia de la clase SignalRUpstreamAuthType.

Propiedades

ManagedIdentity

ManagedIdentity.

None

Ninguno.

Métodos

Equals(SignalRUpstreamAuthType)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(SignalRUpstreamAuthType, SignalRUpstreamAuthType)

Determina si dos SignalRUpstreamAuthType valores son los mismos.

Implicit(String to SignalRUpstreamAuthType)

Convierte una cadena en un SignalRUpstreamAuthType.

Inequality(SignalRUpstreamAuthType, SignalRUpstreamAuthType)

Determina si dos SignalRUpstreamAuthType valores no son los mismos.

Se aplica a