ValidateRequest Constructors
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.
Overloads
ValidateRequest() | |
ValidateRequest(String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, String) |
ValidateRequest()
public ValidateRequest ();
Public Sub New ()
Applies to
ValidateRequest(String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, String)
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);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.ValidateRequest : string * string * string * string * string * Nullable<bool> * Nullable<bool> * Nullable<int> * string -> Microsoft.Azure.Management.WebSites.Version2016_09_01.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)
Parameters
- name
- String
- type
- String
- location
- String
- serverFarmId
- String
- skuName
- String
- hostingEnvironment
- String