gpt4 book ai didi

c# - 从 Azure Management Fluent 创建 Azure 存储帐户时如何指定 CORS 设置

转载 作者:太空宇宙 更新时间:2023-11-03 14:51:14 25 4
gpt4 key购买 nike

我正在使用 Azure Management Fluent 库来创建存储帐户。类似这样的事情:

var storageAccount = await azure.StorageAccounts.Define(accountName)
.WithRegion(azureDefaults.Location)
.WithExistingResourceGroup(azureDefaults.StorageResourceGroup)
.WithGeneralPurposeAccountKindV2()
.WithOnlyHttpsTraffic()
.WithBlobEncryption()
.CreateAsync();

但是我还需要指定 CORS 设置。我如何使用 Fluent 配置来做到这一点?

我知道有一个way to do this in old-style library ,但我想避免使用 2 个库来创建单个存储帐户。

最佳答案

我自己没有尝试过,但是有一个CorsSettings Class的库,它位于Microsoft.Azure.Management.AppService.Fluent.Models命名空间下。这可以在您定义存储帐户后使用,有关它的更多信息可以找到 here

关于c# - 从 Azure Management Fluent 创建 Azure 存储帐户时如何指定 CORS 设置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51709919/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com