StorageAccountAccessType 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 type of access to be used for the storage account.
public readonly struct StorageAccountAccessType : IEquatable<Azure.ResourceManager.ApiManagement.Models.StorageAccountAccessType>
type StorageAccountAccessType = struct
Public Structure StorageAccountAccessType
Implements IEquatable(Of StorageAccountAccessType)
- Inheritance
-
StorageAccountAccessType
- Implements
Constructors
StorageAccountAccessType(String) |
Initializes a new instance of StorageAccountAccessType. |
Properties
AccessKey |
Use access key. |
SystemAssignedManagedIdentity |
Use system assigned managed identity. |
UserAssignedManagedIdentity |
Use user assigned managed identity. |
Methods
Equals(StorageAccountAccessType) |
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(StorageAccountAccessType, StorageAccountAccessType) |
Determines if two StorageAccountAccessType values are the same. |
Implicit(String to StorageAccountAccessType) |
Converts a string to a StorageAccountAccessType. |
Inequality(StorageAccountAccessType, StorageAccountAccessType) |
Determines if two StorageAccountAccessType values are not the same. |
Applies to
Azure SDK for .NET