次の方法で共有


SsisExecutionParameter Class

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

Implements

public final class SsisExecutionParameter
implements JsonSerializable<SsisExecutionParameter>

SSIS execution parameter.

Constructor Summary

Constructor Description
SsisExecutionParameter()

Creates an instance of SsisExecutionParameter class.

Method Summary

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

Reads an instance of SsisExecutionParameter from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Object value()

Get the value property: SSIS package execution parameter value.

SsisExecutionParameter withValue(Object value)

Set the value property: SSIS package execution parameter value.

Methods inherited from java.lang.Object

Constructor Details

SsisExecutionParameter

public SsisExecutionParameter()

Creates an instance of SsisExecutionParameter class.

Method Details

fromJson

public static SsisExecutionParameter fromJson(JsonReader jsonReader)

Reads an instance of SsisExecutionParameter from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public Object value()

Get the value property: SSIS package execution parameter value. Type: string (or Expression with resultType string).

Returns:

the value value.

withValue

public SsisExecutionParameter withValue(Object value)

Set the value property: SSIS package execution parameter value. Type: string (or Expression with resultType string).

Parameters:

value - the value value to set.

Returns:

the SsisExecutionParameter object itself.

Applies to