Class CodelessUiDataConnector
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.securityinsights.models.ResourceWithEtag
com.azure.resourcemanager.securityinsights.fluent.models.DataConnectorInner
com.azure.resourcemanager.securityinsights.models.CodelessUiDataConnector
Represents Codeless UI data connector.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the connectorUiConfig property: Config to describe the instructions blade.void
validate()
Validates the instance.withConnectorUiConfig
(CodelessUiConnectorConfigProperties connectorUiConfig) Set the connectorUiConfig property: Config to describe the instructions blade.Set the etag property: Etag of the azure resource.Methods inherited from class com.azure.resourcemanager.securityinsights.models.ResourceWithEtag
etag, systemData
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
CodelessUiDataConnector
public CodelessUiDataConnector()
-
-
Method Details
-
withEtag
Set the etag property: Etag of the azure resource.- Overrides:
withEtag
in classDataConnectorInner
- Parameters:
etag
- the etag value to set.- Returns:
- the ResourceWithEtag object itself.
-
connectorUiConfig
Get the connectorUiConfig property: Config to describe the instructions blade.- Returns:
- the connectorUiConfig value.
-
withConnectorUiConfig
public CodelessUiDataConnector withConnectorUiConfig(CodelessUiConnectorConfigProperties connectorUiConfig) Set the connectorUiConfig property: Config to describe the instructions blade.- Parameters:
connectorUiConfig
- the connectorUiConfig value to set.- Returns:
- the CodelessUiDataConnector object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classDataConnectorInner
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-