FunctionsDeploymentStorageAuthentication Class
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.
Authentication method to access the storage account for deployment.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FunctionsDeploymentStorageAuthenticationTypeConverter))]
public class FunctionsDeploymentStorageAuthentication : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsDeploymentStorageAuthentication
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FunctionsDeploymentStorageAuthenticationTypeConverter))>]
type FunctionsDeploymentStorageAuthentication = class
interface IFunctionsDeploymentStorageAuthentication
interface IJsonSerializable
Public Class FunctionsDeploymentStorageAuthentication
Implements IFunctionsDeploymentStorageAuthentication
- Inheritance
-
FunctionsDeploymentStorageAuthentication
- Attributes
- Implements
Constructors
FunctionsDeploymentStorageAuthentication() |
Creates an new FunctionsDeploymentStorageAuthentication instance. |
Properties
StorageAccountConnectionStringName |
Use this property for StorageAccountConnectionString. Set the name of the app setting that has the storage account connection string. Do not set a value for this property when using other authentication type. |
Type |
Property to select authentication type to access the selected storage account. Available options: SystemAssignedIdentity, UserAssignedIdentity, StorageAccountConnectionString. |
UserAssignedIdentityResourceId |
Use this property for UserAssignedIdentity. Set the resource ID of the identity. Do not set a value for this property when using other authentication type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FunctionsDeploymentStorageAuthentication. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FunctionsDeploymentStorageAuthentication. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsDeploymentStorageAuthentication. |
FromJsonString(String) |
Creates a new instance of FunctionsDeploymentStorageAuthentication, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FunctionsDeploymentStorageAuthentication into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |