InformaticaOrganizationResourceListResult Class

Definition

The response of a InformaticaOrganizationResource list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.InformaticaOrganizationResourceListResultTypeConverter))]
public class InformaticaOrganizationResourceListResult : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IInformaticaOrganizationResourceListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.InformaticaOrganizationResourceListResultTypeConverter))>]
type InformaticaOrganizationResourceListResult = class
    interface IInformaticaOrganizationResourceListResult
    interface IJsonSerializable
Public Class InformaticaOrganizationResourceListResult
Implements IInformaticaOrganizationResourceListResult
Inheritance
InformaticaOrganizationResourceListResult
Attributes
Implements

Constructors

Name Description
InformaticaOrganizationResourceListResult()

Creates an new InformaticaOrganizationResourceListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The InformaticaOrganizationResource items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InformaticaOrganizationResourceListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InformaticaOrganizationResourceListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IInformaticaOrganizationResourceListResult.

FromJsonString(String)

Creates a new instance of InformaticaOrganizationResourceListResult, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of InformaticaOrganizationResourceListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to