Compartilhar via


ArmAppServiceModelFactory.HostingEnvironmentDeploymentInfo Método

Definição

Inicializa uma nova instância de 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

Parâmetros

name
String

Nome do Ambiente do Serviço de Aplicativo.

location
Nullable<AzureLocation>

Local do Ambiente do Serviço de Aplicativo.

Retornos

Uma nova HostingEnvironmentDeploymentInfo instância para zombar.

Aplica-se a