ExportSettings Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. ExportSettings
- com.
Implements
public class ExportSettings
implements JsonSerializable<ExportSettings>
Export command settings.
Constructor Summary
| Constructor | Description |
|---|---|
| ExportSettings() |
Creates an instance of Export |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
|
static
Export |
fromJson(JsonReader jsonReader)
Reads an instance of Export |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The export setting type. |
| void |
validate()
Validates the instance. |
|
Export |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
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:
fromJson
public static ExportSettings fromJson(JsonReader jsonReader)
Reads an instance of ExportSettings from the JsonReader.
Parameters:
Returns:
Throws:
toJson
type
public String type()
Get the type property: The export setting type.
Returns:
validate
public void validate()
Validates the instance.
withAdditionalProperties
public ExportSettings withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Export command settings.
Parameters:
Returns: