DryrunPatch Class
- java.
lang. Object - com.
azure. resourcemanager. servicelinker. models. DryrunPatch
- com.
Implements
public final class DryrunPatch
implements JsonSerializable<DryrunPatch>
a dryrun job to be updated.
Constructor Summary
| Constructor | Description |
|---|---|
| DryrunPatch() |
Creates an instance of Dryrun |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dryrun |
fromJson(JsonReader jsonReader)
Reads an instance of Dryrun |
|
List<Dryrun |
operationPreviews()
Get the operation |
|
Dryrun |
parameters()
Get the parameters property: The parameters of the dryrun. |
|
List<Dryrun |
prerequisiteResults()
Get the prerequisite |
| String |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Dryrun |
withParameters(DryrunParameters parameters)
Set the parameters property: The parameters of the dryrun. |
Methods inherited from java.lang.Object
Constructor Details
DryrunPatch
public DryrunPatch()
Creates an instance of DryrunPatch class.
Method Details
fromJson
public static DryrunPatch fromJson(JsonReader jsonReader)
Reads an instance of DryrunPatch from the JsonReader.
Parameters:
Returns:
Throws:
operationPreviews
public List<DryrunOperationPreview> operationPreviews()
Get the operationPreviews property: the preview of the operations for creation.
Returns:
parameters
public DryrunParameters parameters()
Get the parameters property: The parameters of the dryrun.
Returns:
prerequisiteResults
public List<DryrunPrerequisiteResult> prerequisiteResults()
Get the prerequisiteResults property: the result of the dryrun.
Returns:
provisioningState
public String provisioningState()
Get the provisioningState property: The provisioning state.
Returns:
toJson
validate
public void validate()
Validates the instance.
withParameters
public DryrunPatch withParameters(DryrunParameters parameters)
Set the parameters property: The parameters of the dryrun.
Parameters:
Returns: