WorkerPoolCollection Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WorkerPoolCollectionTypeConverter))]
public class WorkerPoolCollection : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WorkerPoolCollectionTypeConverter))>]
type WorkerPoolCollection = class
    interface IWorkerPoolCollection
    interface IJsonSerializable
Public Class WorkerPoolCollection
Implements IWorkerPoolCollection
Inheritance
WorkerPoolCollection
Attributes
Implements

Constructors

WorkerPoolCollection()

Properties

NextLink
Value

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to