StorageKeyType 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.
Storage key type.
public readonly struct StorageKeyType : IEquatable<Azure.ResourceManager.Sql.Models.StorageKeyType>
type StorageKeyType = struct
Public Structure StorageKeyType
Implements IEquatable(Of StorageKeyType)
- Inheritance
-
StorageKeyType
- Implements
Constructors
StorageKeyType(String) |
Initializes a new instance of StorageKeyType. |
Properties
SharedAccessKey |
SharedAccessKey. |
StorageAccessKey |
StorageAccessKey. |
Methods
Equals(StorageKeyType) |
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(StorageKeyType, StorageKeyType) |
Determines if two StorageKeyType values are the same. |
Implicit(String to StorageKeyType) |
Converts a string to a StorageKeyType. |
Inequality(StorageKeyType, StorageKeyType) |
Determines if two StorageKeyType values are not the same. |
Applies to
Azure SDK for .NET