WorkerPoolResource 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
WorkerPoolResource() |
Initializes a new instance of the WorkerPoolResource class. |
WorkerPoolResource(String, String, String, String, Nullable<Int32>, Nullable<ComputeModeOptions>, String, Nullable<Int32>, IList<String>, SkuDescription) |
Initializes a new instance of the WorkerPoolResource class. |
WorkerPoolResource()
Initializes a new instance of the WorkerPoolResource class.
public WorkerPoolResource ();
Public Sub New ()
Applies to
WorkerPoolResource(String, String, String, String, Nullable<Int32>, Nullable<ComputeModeOptions>, String, Nullable<Int32>, IList<String>, SkuDescription)
Initializes a new instance of the WorkerPoolResource class.
public WorkerPoolResource (string id = default, string name = default, string kind = default, string type = default, int? workerSizeId = default, Microsoft.Azure.Management.WebSites.Models.ComputeModeOptions? computeMode = default, string workerSize = default, int? workerCount = default, System.Collections.Generic.IList<string> instanceNames = default, Microsoft.Azure.Management.WebSites.Models.SkuDescription sku = default);
new Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource : string * string * string * string * Nullable<int> * Nullable<Microsoft.Azure.Management.WebSites.Models.ComputeModeOptions> * string * Nullable<int> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.WebSites.Models.SkuDescription -> Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional workerSizeId As Nullable(Of Integer) = Nothing, Optional computeMode As Nullable(Of ComputeModeOptions) = Nothing, Optional workerSize As String = Nothing, Optional workerCount As Nullable(Of Integer) = Nothing, Optional instanceNames As IList(Of String) = Nothing, Optional sku As SkuDescription = Nothing)
Parameters
- id
- String
Resource Id.
- name
- String
Resource Name.
- kind
- String
Kind of resource.
- type
- String
Resource type.
- computeMode
- Nullable<ComputeModeOptions>
Shared or dedicated app hosting. Possible values include: 'Shared', 'Dedicated', 'Dynamic'
- workerSize
- String
VM size of the worker pool instances.
- sku
- SkuDescription
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET