ExportSettings Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.models.ExportSettings

Implements

public class ExportSettings
implements JsonSerializable<ExportSettings>

Export command settings.

Constructor Summary

Constructor Description
ExportSettings()

Creates an instance of ExportSettings class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: Export command settings.

static ExportSettings fromJson(JsonReader jsonReader)

Reads an instance of ExportSettings from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The export setting type.

void validate()

Validates the instance.

ExportSettings withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Export command settings.

Methods inherited from java.lang.Object

Constructor Details

ExportSettings

public ExportSettings()

Creates an instance of ExportSettings class.

Method Details

additionalProperties

public Map<String,Object> additionalProperties()

Get the additionalProperties property: Export command settings.

Returns:

the additionalProperties value.

fromJson

public static ExportSettings fromJson(JsonReader jsonReader)

Reads an instance of ExportSettings from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ExportSettings 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 ExportSettings.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The export setting type.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withAdditionalProperties

public ExportSettings withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Export command settings.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the ExportSettings object itself.

Applies to