次の方法で共有


EligibleChildResourcesListResult Class

Definition

Eligible child resources list operation result.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.EligibleChildResourcesListResultTypeConverter))]
public class EligibleChildResourcesListResult : Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IEligibleChildResourcesListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.EligibleChildResourcesListResultTypeConverter))>]
type EligibleChildResourcesListResult = class
    interface IEligibleChildResourcesListResult
    interface IJsonSerializable
Public Class EligibleChildResourcesListResult
Implements IEligibleChildResourcesListResult
Inheritance
EligibleChildResourcesListResult
Attributes
Implements

Constructors

EligibleChildResourcesListResult()

Creates an new EligibleChildResourcesListResult instance.

Properties

NextLink

The URL to use for getting the next set of results.

Value

Eligible child resource list.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EligibleChildResourcesListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EligibleChildResourcesListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IEligibleChildResourcesListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EligibleChildResourcesListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to