GetSsisObjectMetadataRequest Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. GetSsisObjectMetadataRequest
- com.
Implements
public final class GetSsisObjectMetadataRequest
implements JsonSerializable<GetSsisObjectMetadataRequest>
The request payload of get SSIS object metadata.
Constructor Summary
| Constructor | Description |
|---|---|
| GetSsisObjectMetadataRequest() |
Creates an instance of Get |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Get |
fromJson(JsonReader jsonReader)
Reads an instance of Get |
| String |
metadataPath()
Get the metadata |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Get |
withMetadataPath(String metadataPath)
Set the metadata |
Methods inherited from java.lang.Object
Constructor Details
GetSsisObjectMetadataRequest
public GetSsisObjectMetadataRequest()
Creates an instance of GetSsisObjectMetadataRequest class.
Method Details
fromJson
public static GetSsisObjectMetadataRequest fromJson(JsonReader jsonReader)
Reads an instance of GetSsisObjectMetadataRequest from the JsonReader.
Parameters:
Returns:
Throws:
metadataPath
public String metadataPath()
Get the metadataPath property: Metadata path.
Returns:
toJson
validate
public void validate()
Validates the instance.
withMetadataPath
public GetSsisObjectMetadataRequest withMetadataPath(String metadataPath)
Set the metadataPath property: Metadata path.
Parameters:
Returns: