StorageAuthentication Struct

Definition

Defines values for StorageAuthentication.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.StorageAuthenticationConverter))]
public struct StorageAuthentication : IEquatable<Microsoft.Azure.Management.Media.Models.StorageAuthentication>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.StorageAuthenticationConverter))>]
type StorageAuthentication = struct
Public Structure StorageAuthentication
Implements IEquatable(Of StorageAuthentication)
Inheritance
StorageAuthentication
Attributes
Newtonsoft.Json.JsonConverterAttribute
Implements

Fields

ManagedIdentity

Managed Identity authentication.

System

System authentication.

Methods

Equals(Object)

Overrides Equals operator for StorageAuthentication

Equals(StorageAuthentication)

Compares enums of type StorageAuthentication

GetHashCode()

Returns for hashCode StorageAuthentication

ToString()

Returns string representation for StorageAuthentication

Operators

Equality(StorageAuthentication, StorageAuthentication)

Overriding == operator for enum StorageAuthentication

Implicit(StorageAuthentication to String)

Implicit operator to convert StorageAuthentication to string

Implicit(String to StorageAuthentication)

Implicit operator to convert string to StorageAuthentication

Inequality(StorageAuthentication, StorageAuthentication)

Overriding != operator for enum StorageAuthentication

Applies to