Share via


DeploymentSettingListResult Class

Definition

The response of a DeploymentSetting list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.DeploymentSettingListResultTypeConverter))]
public class DeploymentSettingListResult : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IDeploymentSettingListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.DeploymentSettingListResultTypeConverter))>]
type DeploymentSettingListResult = class
    interface IDeploymentSettingListResult
    interface IJsonSerializable
Public Class DeploymentSettingListResult
Implements IDeploymentSettingListResult
Inheritance
DeploymentSettingListResult
Attributes
Implements

Constructors

DeploymentSettingListResult()

Creates an new DeploymentSettingListResult instance.

Properties

NextLink

The link to the next page of items

Value

The DeploymentSetting items on this page

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeploymentSettingListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeploymentSettingListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IDeploymentSettingListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeploymentSettingListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to