Udostępnij za pośrednictwem


RemoteRenderingAccountPage 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.RemoteRenderingAccountPageTypeConverter))]
public class RemoteRenderingAccountPage : Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.IRemoteRenderingAccountPage
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.RemoteRenderingAccountPageTypeConverter))>]
type RemoteRenderingAccountPage = class
    interface IRemoteRenderingAccountPage
    interface IJsonSerializable
Public Class RemoteRenderingAccountPage
Implements IRemoteRenderingAccountPage
Inheritance
RemoteRenderingAccountPage
Attributes
Implements

Constructors

RemoteRenderingAccountPage()

Creates an new RemoteRenderingAccountPage 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 RemoteRenderingAccountPage.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RemoteRenderingAccountPage.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RemoteRenderingAccountPage into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to