ResourceProviderOperationListResult Class

Definition

A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.ResourceProviderOperationListResultTypeConverter))]
public class ResourceProviderOperationListResult : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IResourceProviderOperationListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.ResourceProviderOperationListResultTypeConverter))>]
type ResourceProviderOperationListResult = class
    interface IResourceProviderOperationListResult
    interface IJsonSerializable
Public Class ResourceProviderOperationListResult
Implements IResourceProviderOperationListResult
Inheritance
ResourceProviderOperationListResult
Attributes
Implements

Constructors

Name Description
ResourceProviderOperationListResult()

Creates an new ResourceProviderOperationListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The ResourceProviderOperation items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceProviderOperationListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceProviderOperationListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IResourceProviderOperationListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceProviderOperationListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to