Interface ExposureControlResponse
-
public interface ExposureControlResponse
An immutable client-side representation of ExposureControlResponse.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
featureName()
Gets the featureName property: The feature name.ExposureControlResponseInner
innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.ExposureControlResponseInner object.String
value()
Gets the value property: The feature value.
-
-
-
Method Detail
-
featureName
String featureName()
Gets the featureName property: The feature name.- Returns:
- the featureName value.
-
value
String value()
Gets the value property: The feature value.- Returns:
- the value value.
-
innerModel
ExposureControlResponseInner innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.ExposureControlResponseInner object.- Returns:
- the inner object.
-
-