Condividi tramite


MediaStorageAuthentication Struct

Definition

The MediaStorageAuthentication.

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

Constructors

Name Description
MediaStorageAuthentication(String)

Initializes a new instance of MediaStorageAuthentication.

Properties

Name Description
ManagedIdentity

Managed Identity authentication.

System

System authentication.

Methods

Name Description
Equals(MediaStorageAuthentication)

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

Name Description
Equality(MediaStorageAuthentication, MediaStorageAuthentication)

Determines if two MediaStorageAuthentication values are the same.

Implicit(String to MediaStorageAuthentication)

Converts a string to a MediaStorageAuthentication.

Inequality(MediaStorageAuthentication, MediaStorageAuthentication)

Determines if two MediaStorageAuthentication values are not the same.

Applies to