Bagikan melalui


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

MediaStorageAuthentication(String)

Initializes a new instance of MediaStorageAuthentication.

Properties

ManagedIdentity

Managed Identity authentication.

System

System authentication.

Methods

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

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