AppServicePlanPatchResource 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
AppServicePlanPatchResource()
public AppServicePlanPatchResource ();
Public Sub New ()
Applies to
AppServicePlanPatchResource(String, String, String, String, String, String, Nullable<StatusOptions>, String, String, HostingEnvironmentProfile, Nullable<Int32>, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<ProvisioningState>)
public AppServicePlanPatchResource (string appServicePlanPatchResourceName, string id = default, string name = default, string kind = default, string type = default, string workerTierName = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.StatusOptions? status = default, string subscription = default, string adminSiteName = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.HostingEnvironmentProfile hostingEnvironmentProfile = default, int? maximumNumberOfWorkers = default, string geoRegion = default, bool? perSiteScaling = default, int? numberOfSites = default, bool? isSpot = default, DateTime? spotExpirationTime = default, string resourceGroup = default, bool? reserved = default, int? targetWorkerCount = default, int? targetWorkerSizeId = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.ProvisioningState? provisioningState = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.AppServicePlanPatchResource : string * string * string * string * string * string * Nullable<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.StatusOptions> * string * string * Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.HostingEnvironmentProfile * Nullable<int> * string * Nullable<bool> * Nullable<int> * Nullable<bool> * Nullable<DateTime> * string * Nullable<bool> * Nullable<int> * Nullable<int> * Nullable<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.ProvisioningState> -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.AppServicePlanPatchResource
Public Sub New (appServicePlanPatchResourceName As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional workerTierName As String = Nothing, Optional status As Nullable(Of StatusOptions) = Nothing, Optional subscription As String = Nothing, Optional adminSiteName As String = Nothing, Optional hostingEnvironmentProfile As HostingEnvironmentProfile = Nothing, Optional maximumNumberOfWorkers As Nullable(Of Integer) = Nothing, Optional geoRegion As String = Nothing, Optional perSiteScaling As Nullable(Of Boolean) = Nothing, Optional numberOfSites As Nullable(Of Integer) = Nothing, Optional isSpot As Nullable(Of Boolean) = Nothing, Optional spotExpirationTime As Nullable(Of DateTime) = Nothing, Optional resourceGroup As String = Nothing, Optional reserved As Nullable(Of Boolean) = Nothing, Optional targetWorkerCount As Nullable(Of Integer) = Nothing, Optional targetWorkerSizeId As Nullable(Of Integer) = Nothing, Optional provisioningState As Nullable(Of ProvisioningState) = Nothing)
Parameters
- appServicePlanPatchResourceName
- String
- id
- String
- name
- String
- kind
- String
- type
- String
- workerTierName
- String
- status
- Nullable<StatusOptions>
- subscription
- String
- adminSiteName
- String
- hostingEnvironmentProfile
- HostingEnvironmentProfile
- geoRegion
- String
- resourceGroup
- String
- provisioningState
- Nullable<ProvisioningState>