你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Set-AzWebAppSlot
修改 Azure Web 应用槽。
语法
Set-AzWebAppSlot
[[-AppServicePlan] <String>]
[[-DefaultDocuments] <String[]>]
[[-NetFrameworkVersion] <String>]
[[-PhpVersion] <String>]
[[-RequestTracingEnabled] <Boolean>]
[[-HttpLoggingEnabled] <Boolean>]
[[-DetailedErrorLoggingEnabled] <Boolean>]
[[-AppSettings] <Hashtable>]
[[-ConnectionStrings] <Hashtable>]
[[-HandlerMappings] <System.Collections.Generic.IList`1[Microsoft.Azure.Management.WebSites.Models.HandlerMapping]>]
[[-ManagedPipelineMode] <String>]
[[-WebSocketsEnabled] <Boolean>]
[[-Use32BitWorkerProcess] <Boolean>]
[-AutoSwapSlotName <String>]
[-NumberOfWorkers <Int32>]
[-ContainerImageName <String>]
[-ContainerRegistryUrl <String>]
[-ContainerRegistryUser <String>]
[-ContainerRegistryPassword <SecureString>]
[-EnableContainerContinuousDeployment <Boolean>]
[-AsJob]
[-AssignIdentity <Boolean>]
[-HttpsOnly <Boolean>]
[-AzureStoragePath <WebAppAzureStoragePath[]>]
[-AlwaysOn <Boolean>]
[-MinTlsVersion <String>]
[-FtpsState <String>]
[-HostNames <String[]>]
[-ResourceGroupName] <String>
[-Name] <String>
[-Slot] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Set-AzWebAppSlot
[[-AppServicePlan] <String>]
[[-DefaultDocuments] <String[]>]
[[-NetFrameworkVersion] <String>]
[[-PhpVersion] <String>]
[[-RequestTracingEnabled] <Boolean>]
[[-HttpLoggingEnabled] <Boolean>]
[[-DetailedErrorLoggingEnabled] <Boolean>]
[[-AppSettings] <Hashtable>]
[[-ConnectionStrings] <Hashtable>]
[[-HandlerMappings] <System.Collections.Generic.IList`1[Microsoft.Azure.Management.WebSites.Models.HandlerMapping]>]
[[-ManagedPipelineMode] <String>]
[[-WebSocketsEnabled] <Boolean>]
[[-Use32BitWorkerProcess] <Boolean>]
[-AutoSwapSlotName <String>]
[-NumberOfWorkers <Int32>]
[-AsJob]
[-WebApp] <PSSite>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
Set-AzWebApp cmdlet 设置 Azure Web 应用槽。
示例
示例 1
Set-AzWebAppSlot -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -Slot "Slot001" -AppServicePlan "ContosoPlan"
此命令在与资源组 Default-Web-WestUS 关联的 Webapp ContosoWebApp 上更改与 Slot001 关联的 appservice 计划。 使用此链接了解有关更改应用服务计划和与之关联的约束的详细信息。 https://learn.microsoft.com/azure/app-service/app-service-plan-manage#move-an-app-to-another-app-service-plan
示例 2
Set-AzWebAppSlot -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -Slot "Slot001" -HttpLoggingEnabled $true
此命令将与资源组 Default-Web-WestUS 关联的 Web App ContosoWebApp 的 Slot Slot001 的 HttpLoggingEnabled 设置为 true
示例 3
修改 Azure Web 应用槽。 (自动生成)
Set-AzWebAppSlot -AppSettings <Hashtable> -Name 'ContosoWebApp' -ResourceGroupName 'Default-Web-WestUS' -Slot 'Slot001'
参数
-AlwaysOn
确保始终加载 Web 应用,而不是在空闲后卸载。
类型: | Boolean |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-AppServicePlan
应用服务计划名称
类型: | String |
Position: | 3 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-AppSettings
应用设置哈希表。 将替换现有应用设置,删除未提供的任何设置。
类型: | Hashtable |
Position: | 10 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-AsJob
在后台运行 cmdlet
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-AssignIdentity
在现有槽上启用/禁用 MSI [预览]
类型: | Boolean |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-AutoSwapSlotName
自动交换的目标槽名称
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-AzureStoragePath
Azure 存储用于容器的 Web 应用内装载。 使用 New-AzWebAppAzureStoragePath 创建它
类型: | WebAppAzureStoragePath[] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ConnectionStrings
连接字符串哈希表。 示例: $connStrings = @{ConnectionStringName = @{ Type = "MySql"; Value = "TestValue"}}
类型: | Hashtable |
Position: | 11 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ContainerImageName
容器映像名称
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ContainerRegistryPassword
专用容器注册表密码
类型: | SecureString |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ContainerRegistryUrl
专用容器注册表服务器 URL
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ContainerRegistryUser
专用容器注册表用户名
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultDocuments
默认文档字符串数组
类型: | String[] |
Position: | 4 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DetailedErrorLoggingEnabled
已启用详细错误日志记录的布尔值
类型: | Boolean |
Position: | 9 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-EnableContainerContinuousDeployment
启用/禁用容器持续部署 Webhook
类型: | Boolean |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-FtpsState
设置应用的 Ftps 状态值。 允许的值 [AllAllowed |已禁用 |FtpsOnly]。
类型: | String |
接受的值: | AllAllowed, Disabled, FtpsOnly |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-HandlerMappings
处理程序映射 IList
类型: | IList<T>[HandlerMapping] |
Position: | 12 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-HostNames
与 Web 应用槽关联的自定义主机名
类型: | String[] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-HttpLoggingEnabled
HttpLoggingEnabled Boolean
类型: | Boolean |
Position: | 8 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-HttpsOnly
启用/禁用将所有流量重定向到现有槽上的 HTTPS
类型: | Boolean |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ManagedPipelineMode
托管管道模式名称
类型: | String |
接受的值: | Classic, Integrated |
Position: | 13 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-MinTlsVersion
SSL 请求所需的最低 TLS 版本。 允许的值 [1.0 | 1.1 | 1.2]。
类型: | String |
接受的值: | 1.0, 1.1, 1.2 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Name
WebApp 名称
类型: | String |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-NetFrameworkVersion
Net Framework 版本
类型: | String |
Position: | 5 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-NumberOfWorkers
要分配的辅助角色数
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-PhpVersion
Php 版本
类型: | String |
Position: | 6 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-RequestTracingEnabled
请求跟踪已启用布尔值
类型: | Boolean |
Position: | 7 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ResourceGroupName
资源组名称
类型: | String |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Slot
WebApp 槽名称
类型: | String |
Position: | 2 |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Use32BitWorkerProcess
使用 32 位工作进程布尔值
类型: | Boolean |
Position: | 15 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-WebApp
WebApp 对象
类型: | PSSite |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-WebSocketsEnabled
已启用 Web 套接字的布尔值
类型: | Boolean |
Position: | 14 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |