FunctionAppStorageAccountAuthenticationType 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.
Property to select authentication type to access the selected storage account. Available options: SystemAssignedIdentity, UserAssignedIdentity, StorageAccountConnectionString.
public readonly struct FunctionAppStorageAccountAuthenticationType : IEquatable<Azure.ResourceManager.AppService.Models.FunctionAppStorageAccountAuthenticationType>
type FunctionAppStorageAccountAuthenticationType = struct
Public Structure FunctionAppStorageAccountAuthenticationType
Implements IEquatable(Of FunctionAppStorageAccountAuthenticationType)
- Inheritance
-
FunctionAppStorageAccountAuthenticationType
- Implements
Constructors
FunctionAppStorageAccountAuthenticationType(String) |
Initializes a new instance of FunctionAppStorageAccountAuthenticationType. |
Properties
StorageAccountConnectionString |
StorageAccountConnectionString. |
SystemAssignedIdentity |
SystemAssignedIdentity. |
UserAssignedIdentity |
UserAssignedIdentity. |
Methods
Equals(FunctionAppStorageAccountAuthenticationType) |
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(FunctionAppStorageAccountAuthenticationType, FunctionAppStorageAccountAuthenticationType) |
Determines if two FunctionAppStorageAccountAuthenticationType values are the same. |
Implicit(String to FunctionAppStorageAccountAuthenticationType) |
Converts a String to a FunctionAppStorageAccountAuthenticationType. |
Inequality(FunctionAppStorageAccountAuthenticationType, FunctionAppStorageAccountAuthenticationType) |
Determines if two FunctionAppStorageAccountAuthenticationType values are not the same. |
Applies to
Azure SDK for .NET