Share via


CustomRolloutArrayResponseWithContinuation Class

Definition

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

Constructors

CustomRolloutArrayResponseWithContinuation()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CustomRolloutArrayResponseWithContinuation.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CustomRolloutArrayResponseWithContinuation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to