다음을 통해 공유


DiagnosticStorageAuthenticationType Struct

Definition

Authentication Type.

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

Constructors

DiagnosticStorageAuthenticationType(String)

Initializes a new instance of DiagnosticStorageAuthenticationType.

Properties

KeyBased

KeyBased.

Methods

Equals(DiagnosticStorageAuthenticationType)

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

Determines if two DiagnosticStorageAuthenticationType values are the same.

Implicit(String to DiagnosticStorageAuthenticationType)

Converts a string to a DiagnosticStorageAuthenticationType.

Inequality(DiagnosticStorageAuthenticationType, DiagnosticStorageAuthenticationType)

Determines if two DiagnosticStorageAuthenticationType values are not the same.

Applies to