ResourceIdListResult Class

Definition

Response for an API service call that lists the resource IDs of resources associated with another resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.ResourceIdListResultTypeConverter))]
public class ResourceIdListResult : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.IResourceIdListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.ResourceIdListResultTypeConverter))>]
type ResourceIdListResult = class
    interface IResourceIdListResult
    interface IJsonSerializable
Public Class ResourceIdListResult
Implements IResourceIdListResult
Inheritance
ResourceIdListResult
Attributes
Implements

Constructors

Name Description
ResourceIdListResult()

Creates an new ResourceIdListResult instance.

Properties

Name Description
NextLink

The URL to get the next set of results.

Value

A list of Azure Resource IDs.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceIdListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceIdListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.IResourceIdListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceIdListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to