Share via


DefaultRolloutArrayResponseWithContinuation Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.DefaultRolloutArrayResponseWithContinuationTypeConverter))]
public class DefaultRolloutArrayResponseWithContinuation : Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.IDefaultRolloutArrayResponseWithContinuation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.DefaultRolloutArrayResponseWithContinuationTypeConverter))>]
type DefaultRolloutArrayResponseWithContinuation = class
    interface IDefaultRolloutArrayResponseWithContinuation
    interface IJsonSerializable
Public Class DefaultRolloutArrayResponseWithContinuation
Implements IDefaultRolloutArrayResponseWithContinuation
Inheritance
DefaultRolloutArrayResponseWithContinuation
Attributes
Implements

Constructors

DefaultRolloutArrayResponseWithContinuation()

Creates an new DefaultRolloutArrayResponseWithContinuation instance.

Properties

NextLink

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

Value

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DefaultRolloutArrayResponseWithContinuation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DefaultRolloutArrayResponseWithContinuation.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.IDefaultRolloutArrayResponseWithContinuation.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DefaultRolloutArrayResponseWithContinuation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to