Class ConnectorInstructionModelBase
java.lang.Object
com.azure.resourcemanager.securityinsights.models.ConnectorInstructionModelBase
- Direct Known Subclasses:
InstructionStepsInstructionsItem
Instruction step details.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the parameters property: The parameters for the setting.type()
Get the type property: The kind of the setting.void
validate()
Validates the instance.withParameters
(Object parameters) Set the parameters property: The parameters for the setting.withType
(SettingType type) Set the type property: The kind of the setting.
-
Constructor Details
-
ConnectorInstructionModelBase
public ConnectorInstructionModelBase()
-
-
Method Details
-
parameters
Get the parameters property: The parameters for the setting.- Returns:
- the parameters value.
-
withParameters
Set the parameters property: The parameters for the setting.- Parameters:
parameters
- the parameters value to set.- Returns:
- the ConnectorInstructionModelBase object itself.
-
type
Get the type property: The kind of the setting.- Returns:
- the type value.
-
withType
Set the type property: The kind of the setting.- Parameters:
type
- the type value to set.- Returns:
- the ConnectorInstructionModelBase object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-