GetSensitivitySettingsListResponse Interface

public interface GetSensitivitySettingsListResponse

An immutable client-side representation of GetSensitivitySettingsListResponse.

Method Summary

Modifier and Type Method and Description
abstract GetSensitivitySettingsListResponseInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.GetSensitivitySettingsListResponseInner object.

abstract List<GetSensitivitySettingsResponse> value()

Gets the value property: The value property.

Method Details

innerModel

public abstract GetSensitivitySettingsListResponseInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.GetSensitivitySettingsListResponseInner object.

Returns:

the inner object.

value

public abstract List value()

Gets the value property: The value property.

Returns:

the value value.

Applies to