Interface ExposureControlResponse


public interface ExposureControlResponse
An immutable client-side representation of ExposureControlResponse.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the featureName property: The feature name.
    Gets the inner com.azure.resourcemanager.datafactory.fluent.models.ExposureControlResponseInner object.
    Gets the value property: The feature value.
  • Method Details

    • 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

      Gets the inner com.azure.resourcemanager.datafactory.fluent.models.ExposureControlResponseInner object.
      Returns:
      the inner object.