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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET