Dela via


SoftwareConfiguration Class

  • java.lang.Object
    • com.azure.resourcemanager.workloads.models.SoftwareConfiguration

Implements

public class SoftwareConfiguration
implements JsonSerializable<SoftwareConfiguration>

The SAP Software configuration Input.

Constructor Summary

Constructor Description
SoftwareConfiguration()

Creates an instance of SoftwareConfiguration class.

Method Summary

Modifier and Type Method and Description
static SoftwareConfiguration fromJson(JsonReader jsonReader)

Reads an instance of SoftwareConfiguration from the JsonReader.

SapSoftwareInstallationType softwareInstallationType()

Get the softwareInstallationType property: The SAP software installation Type.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

SoftwareConfiguration

public SoftwareConfiguration()

Creates an instance of SoftwareConfiguration class.

Method Details

fromJson

public static SoftwareConfiguration fromJson(JsonReader jsonReader)

Reads an instance of SoftwareConfiguration from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SoftwareConfiguration if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the SoftwareConfiguration.

softwareInstallationType

public SapSoftwareInstallationType softwareInstallationType()

Get the softwareInstallationType property: The SAP software installation Type.

Returns:

the softwareInstallationType value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to