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
| 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. |