你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FunctionsDeploymentStorageAuthentication interface
用于访问用于部署的存储帐户的身份验证方法。
属性
storage |
将此属性用于 StorageAccountConnectionString。 设置具有存储帐户连接字符串的应用设置的名称。 使用其他身份验证类型时,不要为此属性设置值。 |
type | 用于选择身份验证类型以访问所选存储帐户的属性。 可用选项:SystemAssignedIdentity、UserAssignedIdentity、StorageAccountConnectionString。 |
user |
将此属性用于 UserAssignedIdentity。 设置标识的资源 ID。 使用其他身份验证类型时,不要为此属性设置值。 |
属性详细信息
storageAccountConnectionStringName
将此属性用于 StorageAccountConnectionString。 设置具有存储帐户连接字符串的应用设置的名称。 使用其他身份验证类型时,不要为此属性设置值。
storageAccountConnectionStringName?: string
属性值
string
type
用于选择身份验证类型以访问所选存储帐户的属性。 可用选项:SystemAssignedIdentity、UserAssignedIdentity、StorageAccountConnectionString。
type?: string
属性值
string
userAssignedIdentityResourceId
将此属性用于 UserAssignedIdentity。 设置标识的资源 ID。 使用其他身份验证类型时,不要为此属性设置值。
userAssignedIdentityResourceId?: string
属性值
string