Share via


DryrunParameters Class

Definition

The parameters of the dryrun

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.DryrunParametersTypeConverter))]
public class DryrunParameters : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IDryrunParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.DryrunParametersTypeConverter))>]
type DryrunParameters = class
    interface IDryrunParameters
    interface IJsonSerializable
Public Class DryrunParameters
Implements IDryrunParameters
Inheritance
DryrunParameters
Attributes
Implements

Constructors

DryrunParameters()

Creates an new DryrunParameters instance.

Properties

ActionName

The name of action for you dryrun job.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DryrunParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DryrunParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IDryrunParameters. Note: the Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IDryrunParameters interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DryrunParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to