Compartir a través de


OperationsDefinitionArrayResponseWithContinuation Class

Definition

Defines the workload operation definition response.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.OperationsDefinitionArrayResponseWithContinuationTypeConverter))]
public class OperationsDefinitionArrayResponseWithContinuation : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IOperationsDefinitionArrayResponseWithContinuation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.OperationsDefinitionArrayResponseWithContinuationTypeConverter))>]
type OperationsDefinitionArrayResponseWithContinuation = class
    interface IOperationsDefinitionArrayResponseWithContinuation
    interface IJsonSerializable
Public Class OperationsDefinitionArrayResponseWithContinuation
Implements IOperationsDefinitionArrayResponseWithContinuation
Inheritance
OperationsDefinitionArrayResponseWithContinuation
Attributes
Implements

Constructors

OperationsDefinitionArrayResponseWithContinuation()

Creates an new OperationsDefinitionArrayResponseWithContinuation instance.

Properties

NextLink

The URL to get to the next set of results, if there are any.

Value

Defines the workload operation definition response properties.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OperationsDefinitionArrayResponseWithContinuation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OperationsDefinitionArrayResponseWithContinuation.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IOperationsDefinitionArrayResponseWithContinuation.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OperationsDefinitionArrayResponseWithContinuation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to