ArmAppServiceModelFactory.AppServiceDeploymentLocations Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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
Parameters
- locations
- IEnumerable<AppServiceGeoRegion>
Available regions.
- hostingEnvironments
- IEnumerable<AppServiceEnvironmentProperties>
Available App Service Environments with full descriptions of the environments.
- hostingEnvironmentDeploymentInfos
- IEnumerable<HostingEnvironmentDeploymentInfo>
Available App Service Environments with basic information.
Returns
A new AppServiceDeploymentLocations instance for mocking.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET