DryrunProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |