ProcessInfoCollection Class

Definition

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

Constructors

ProcessInfoCollection()

Properties

NextLink
Value

Methods

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

Applies to