Uses of Class
com.azure.resourcemanager.securityinsights.models.CodelessUiConnectorConfigPropertiesInstructionStepsItem
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of CodelessUiConnectorConfigPropertiesInstructionStepsItem in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionCodelessUiConnectorConfigPropertiesInstructionStepsItem.withDescription
(String description) Set the description property: Instruction step description.CodelessUiConnectorConfigPropertiesInstructionStepsItem.withInstructions
(List<InstructionStepsInstructionsItem> instructions) Set the instructions property: Instruction step details.Set the title property: Instruction step title.Modifier and TypeMethodDescriptionCodelessUiConnectorConfigProperties.instructionSteps()
Get the instructionSteps property: Instruction steps to enable the connector.Modifier and TypeMethodDescriptionCodelessUiConnectorConfigProperties.withInstructionSteps
(List<CodelessUiConnectorConfigPropertiesInstructionStepsItem> instructionSteps) Set the instructionSteps property: Instruction steps to enable the connector.