ArmAppServiceModelFactory.AppServiceDeploymentLocations Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de AppServiceDeploymentLocations.
public static Azure.ResourceManager.AppService.Models.AppServiceDeploymentLocations AppServiceDeploymentLocations (System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.Models.AppServiceGeoRegion> locations = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.Models.AppServiceEnvironmentProperties> hostingEnvironments = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.Models.HostingEnvironmentDeploymentInfo> hostingEnvironmentDeploymentInfos = default);
static member AppServiceDeploymentLocations : seq<Azure.ResourceManager.AppService.Models.AppServiceGeoRegion> * seq<Azure.ResourceManager.AppService.Models.AppServiceEnvironmentProperties> * seq<Azure.ResourceManager.AppService.Models.HostingEnvironmentDeploymentInfo> -> Azure.ResourceManager.AppService.Models.AppServiceDeploymentLocations
Public Shared Function AppServiceDeploymentLocations (Optional locations As IEnumerable(Of AppServiceGeoRegion) = Nothing, Optional hostingEnvironments As IEnumerable(Of AppServiceEnvironmentProperties) = Nothing, Optional hostingEnvironmentDeploymentInfos As IEnumerable(Of HostingEnvironmentDeploymentInfo) = Nothing) As AppServiceDeploymentLocations
Parâmetros
- locations
- IEnumerable<AppServiceGeoRegion>
Regiões disponíveis.
- hostingEnvironments
- IEnumerable<AppServiceEnvironmentProperties>
Ambientes de Serviço de Aplicativo disponíveis com descrições completas dos ambientes.
- hostingEnvironmentDeploymentInfos
- IEnumerable<HostingEnvironmentDeploymentInfo>
Ambientes de Serviço de Aplicativo disponíveis com informações básicas.
Retornos
Uma nova AppServiceDeploymentLocations instância para simulação.