ScopingQuestions Interface

public interface ScopingQuestions

An immutable client-side representation of ScopingQuestions.

Method Summary

Modifier and Type Method and Description
abstract ScopingQuestionsInner innerModel()

Gets the inner com.azure.resourcemanager.appcomplianceautomation.fluent.models.ScopingQuestionsInner object.

abstract List<ScopingQuestion> questions()

Gets the questions property: List of scoping questions.

Method Details

innerModel

public abstract ScopingQuestionsInner innerModel()

Gets the inner com.azure.resourcemanager.appcomplianceautomation.fluent.models.ScopingQuestionsInner object.

Returns:

the inner object.

questions

public abstract List<ScopingQuestion> questions()

Gets the questions property: List of scoping questions.

Returns:

the questions value.

Applies to