你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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