Freigeben über


DeploymentLocations Konstruktoren

Definition

Ü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

locations
IList<GeoRegion>

Verfügbare Regionen.

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: