SpatialAnchorsAccountPage 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.
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.SpatialAnchorsAccountPageTypeConverter))]
public class SpatialAnchorsAccountPage : Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.ISpatialAnchorsAccountPage
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.SpatialAnchorsAccountPageTypeConverter))>]
type SpatialAnchorsAccountPage = class
interface ISpatialAnchorsAccountPage
interface IJsonSerializable
Public Class SpatialAnchorsAccountPage
Implements ISpatialAnchorsAccountPage
- Inheritance
-
SpatialAnchorsAccountPage
- Attributes
- Implements
Constructors
SpatialAnchorsAccountPage() |
Creates an new SpatialAnchorsAccountPage 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 SpatialAnchorsAccountPage. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SpatialAnchorsAccountPage. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.ISpatialAnchorsAccountPage. |
FromJsonString(String) |
Creates a new instance of SpatialAnchorsAccountPage, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SpatialAnchorsAccountPage into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |