Freigeben über


ValidateRequest Konstruktoren

Definition

Überlädt

ValidateRequest()

Initialisiert eine neue instance der ValidateRequest-Klasse.

ValidateRequest(String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, String, Nullable<Boolean>, String, String, String, String, String, String, AppServiceEnvironment)

Initialisiert eine neue instance der ValidateRequest-Klasse.

ValidateRequest()

Initialisiert eine neue instance der ValidateRequest-Klasse.

public ValidateRequest ();
Public Sub New ()

Gilt für:

ValidateRequest(String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, String, Nullable<Boolean>, String, String, String, String, String, String, AppServiceEnvironment)

Initialisiert eine neue instance der ValidateRequest-Klasse.

public ValidateRequest (string name, string type, string location, string serverFarmId = default, string skuName = default, bool? needLinuxWorkers = default, bool? isSpot = default, int? capacity = default, string hostingEnvironment = default, bool? isXenon = default, string containerRegistryBaseUrl = default, string containerRegistryUsername = default, string containerRegistryPassword = default, string containerImageRepository = default, string containerImageTag = default, string containerImagePlatform = default, Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironment appServiceEnvironment = default);
new Microsoft.Azure.Management.WebSites.Models.ValidateRequest : string * string * string * string * string * Nullable<bool> * Nullable<bool> * Nullable<int> * string * Nullable<bool> * string * string * string * string * string * string * Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironment -> Microsoft.Azure.Management.WebSites.Models.ValidateRequest
Public Sub New (name As String, type As String, location As String, Optional serverFarmId As String = Nothing, Optional skuName As String = Nothing, Optional needLinuxWorkers As Nullable(Of Boolean) = Nothing, Optional isSpot As Nullable(Of Boolean) = Nothing, Optional capacity As Nullable(Of Integer) = Nothing, Optional hostingEnvironment As String = Nothing, Optional isXenon As Nullable(Of Boolean) = Nothing, Optional containerRegistryBaseUrl As String = Nothing, Optional containerRegistryUsername As String = Nothing, Optional containerRegistryPassword As String = Nothing, Optional containerImageRepository As String = Nothing, Optional containerImageTag As String = Nothing, Optional containerImagePlatform As String = Nothing, Optional appServiceEnvironment As AppServiceEnvironment = Nothing)

Parameter

name
String

Zu überprüfende Ressourcenname.

type
String

Ressourcentyp, der für die Überprüfung verwendet wird. Mögliche Werte: "ServerFarm", "Site", "Microsoft.Web/hostingEnvironments"

location
String

Erwarteter Speicherort der Ressource.

serverFarmId
String

ARM-Ressourcen-ID eines App Service Plans, der die App hosten würde.

skuName
String

Name der Ziel-SKU für den App Service plan.

needLinuxWorkers
Nullable<Boolean>

<code>true</code>, wenn App Service Plan für Linux-Worker vorgesehen ist, <andernfalls Code>false</code>.

isSpot
Nullable<Boolean>

<code>true</code>, wenn App Service Plan für Spot-Instanzen vorgesehen ist, <andernfalls Code>false</code>.

capacity
Nullable<Int32>

Zielkapazität des App Service plans (Anzahl der VMs).

hostingEnvironment
String

Name des App Service-Umgebung, in dem die App oder App Service Plan erstellt werden soll.

isXenon
Nullable<Boolean>

<code>true</code>, wenn App Service Plan als Windows-Container ausgeführt wird

containerRegistryBaseUrl
String

Basis-URL der Containerregistrierung

containerRegistryUsername
String

Benutzername für für den Zugriff auf die Containerregistrierung

containerRegistryPassword
String

Kennwort für für den Zugriff auf die Containerregistrierung

containerImageRepository
String

Repositoryname (Imagename)

containerImageTag
String

Imagetag

containerImagePlatform
String

Plattform (Windows oder Linux)

appServiceEnvironment
AppServiceEnvironment

App Service-Umgebung-Eigenschaften

Gilt für: