
com.azure.resourcemanager.datafactory.models.ExposureControlResponse Maven / Gradle / Ivy
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.datafactory.models;
import com.azure.resourcemanager.datafactory.fluent.models.ExposureControlResponseInner;
/**
* An immutable client-side representation of ExposureControlResponse.
*/
public interface ExposureControlResponse {
/**
* Gets the featureName property: The feature name.
*
* @return the featureName value.
*/
String featureName();
/**
* Gets the value property: The feature value.
*
* @return the value value.
*/
String value();
/**
* Gets the inner com.azure.resourcemanager.datafactory.fluent.models.ExposureControlResponseInner object.
*
* @return the inner object.
*/
ExposureControlResponseInner innerModel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy