Condividi tramite


ArmAppServiceModelFactory.AppServiceDeploymentLocations Method

Definition

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