你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmAppServiceModelFactory.HostingEnvironmentDeploymentInfo 方法

定义

初始化 HostingEnvironmentDeploymentInfo 的新实例。

public static Azure.ResourceManager.AppService.Models.HostingEnvironmentDeploymentInfo HostingEnvironmentDeploymentInfo (string name = default, Azure.Core.AzureLocation? location = default);
static member HostingEnvironmentDeploymentInfo : string * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.AppService.Models.HostingEnvironmentDeploymentInfo
Public Shared Function HostingEnvironmentDeploymentInfo (Optional name As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing) As HostingEnvironmentDeploymentInfo

参数

name
String

应用服务环境的名称。

location
Nullable<AzureLocation>

应用服务环境的位置。

返回

用于模拟的新 HostingEnvironmentDeploymentInfo 实例。

适用于