Compartilhar via


ProcessModuleInfoCollection Class

Definition

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

Constructors

ProcessModuleInfoCollection()

Properties

NextLink
Value

Methods

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

Applies to