Bagikan melalui


MobileNetworkAuthenticationType Struct

Definition

How to authenticate users who access local diagnostics APIs.

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

Constructors

MobileNetworkAuthenticationType(String)

Initializes a new instance of MobileNetworkAuthenticationType.

Properties

Aad

Use AAD SSO to authenticate the user (this requires internet access).

Password

Use locally stored passwords to authenticate the user.

Methods

Equals(MobileNetworkAuthenticationType)

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

Determines if two MobileNetworkAuthenticationType values are the same.

Implicit(String to MobileNetworkAuthenticationType)

Converts a string to a MobileNetworkAuthenticationType.

Inequality(MobileNetworkAuthenticationType, MobileNetworkAuthenticationType)

Determines if two MobileNetworkAuthenticationType values are not the same.

Applies to