ResourceIdListResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.ResourceIdListResultTypeConverter))]
public class ResourceIdListResult : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IResourceIdListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.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.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() | |