你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DryrunPatch Class

Definition

a dryrun job to be updated.

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

Constructors

DryrunPatch()

Creates an new DryrunPatch instance.

Properties

OperationPreview

the preview of the operations for creation

ParameterActionName

The name of action for you dryrun job.

PrerequisiteResult

the result of the dryrun

ProvisioningState

The provisioning state.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DryrunPatch.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DryrunPatch.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IDryrunPatch.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DryrunPatch into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to