
com.pulumi.azurenative.datafactory.outputs.DataFlowReferenceResponse Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.datafactory.outputs;
import com.pulumi.core.annotations.CustomType;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Object;
import java.lang.String;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
@CustomType
public final class DataFlowReferenceResponse {
/**
* @return Reference data flow parameters from dataset.
*
*/
private @Nullable Object datasetParameters;
/**
* @return Data flow parameters
*
*/
private @Nullable Map parameters;
/**
* @return Reference data flow name.
*
*/
private String referenceName;
/**
* @return Data flow reference type.
*
*/
private String type;
private DataFlowReferenceResponse() {}
/**
* @return Reference data flow parameters from dataset.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy