DeploymentLocations Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
DeploymentLocations() |
Initialisiert eine neue instance der DeploymentLocations-Klasse. |
DeploymentLocations(IList<GeoRegion>, IList<AppServiceEnvironment>, IList<HostingEnvironmentDeploymentInfo>) |
Initialisiert eine neue instance der DeploymentLocations-Klasse. |
DeploymentLocations()
Initialisiert eine neue instance der DeploymentLocations-Klasse.
public DeploymentLocations ();
Public Sub New ()
Gilt für:
DeploymentLocations(IList<GeoRegion>, IList<AppServiceEnvironment>, IList<HostingEnvironmentDeploymentInfo>)
Initialisiert eine neue instance der DeploymentLocations-Klasse.
public DeploymentLocations (System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.GeoRegion> locations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironment> hostingEnvironments = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDeploymentInfo> hostingEnvironmentDeploymentInfos = default);
new Microsoft.Azure.Management.WebSites.Models.DeploymentLocations : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.GeoRegion> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironment> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDeploymentInfo> -> Microsoft.Azure.Management.WebSites.Models.DeploymentLocations
Public Sub New (Optional locations As IList(Of GeoRegion) = Nothing, Optional hostingEnvironments As IList(Of AppServiceEnvironment) = Nothing, Optional hostingEnvironmentDeploymentInfos As IList(Of HostingEnvironmentDeploymentInfo) = Nothing)
Parameter
- hostingEnvironments
- IList<AppServiceEnvironment>
Verfügbar App Service Umgebungen mit vollständigen Beschreibungen der Umgebungen.
- hostingEnvironmentDeploymentInfos
- IList<HostingEnvironmentDeploymentInfo>
Verfügbare App Service Umgebungen mit grundlegenden Informationen.
Gilt für:
Azure SDK for .NET