MediaStorageAuthentication Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET