Dela via


FunctionsDeploymentStorageAuthentication Class

Authentication method to access the storage account for deployment.

Inheritance
azure.mgmt.web._serialization.Model
FunctionsDeploymentStorageAuthentication

Constructor

FunctionsDeploymentStorageAuthentication(*, type: str | _models.AuthenticationType | None = None, user_assigned_identity_resource_id: str | None = None, storage_account_connection_string_name: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
type

Property to select authentication type to access the selected storage account. Available options: SystemAssignedIdentity, UserAssignedIdentity, StorageAccountConnectionString. Known values are: "SystemAssignedIdentity", "UserAssignedIdentity", and "StorageAccountConnectionString".

user_assigned_identity_resource_id
str

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.

storage_account_connection_string_name
str

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.

Variables

Name Description
type

Property to select authentication type to access the selected storage account. Available options: SystemAssignedIdentity, UserAssignedIdentity, StorageAccountConnectionString. Known values are: "SystemAssignedIdentity", "UserAssignedIdentity", and "StorageAccountConnectionString".

user_assigned_identity_resource_id
str

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.

storage_account_connection_string_name
str

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.