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: StorageAccessKey, SharedAccessKey or ManagedIdentity.
public readonly struct StorageKeyType : IEquatable<Azure.ResourceManager.Sql.Models.StorageKeyType>
type StorageKeyType = struct
Public Structure StorageKeyType
Implements IEquatable(Of StorageKeyType)
- Inheritance
-
StorageKeyType
- Implements
Constructors
| Name | Description |
|---|---|
| StorageKeyType(String) |
Initializes a new instance of StorageKeyType. |
Properties
| Name | Description |
|---|---|
| ManagedIdentity |
ManagedIdentity. |
| SharedAccessKey |
SharedAccessKey. |
| StorageAccessKey |
StorageAccessKey. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |