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

DryrunProperties Class

Definition

The properties of the dryrun job

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

Constructors

DryrunProperties()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DryrunProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DryrunProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to