StorageAuthentication 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.
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
Azure SDK for .NET