次の方法で共有


ObjectAnchorsAccountPage Class

Definition

Result of the request to get resource collection. It contains a list of resources and a URL link to get the next set of results.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.ObjectAnchorsAccountPageTypeConverter))]
public class ObjectAnchorsAccountPage : Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.IObjectAnchorsAccountPage
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.ObjectAnchorsAccountPageTypeConverter))>]
type ObjectAnchorsAccountPage = class
    interface IObjectAnchorsAccountPage
    interface IJsonSerializable
Public Class ObjectAnchorsAccountPage
Implements IObjectAnchorsAccountPage
Inheritance
ObjectAnchorsAccountPage
Attributes
Implements

Constructors

ObjectAnchorsAccountPage()

Creates an new ObjectAnchorsAccountPage instance.

Properties

NextLink

URL to get the next set of resource list results if there are any.

Value

List of resources supported by the Resource Provider.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ObjectAnchorsAccountPage.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ObjectAnchorsAccountPage.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.IObjectAnchorsAccountPage.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ObjectAnchorsAccountPage into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to