Class Availability
java.lang.Object
com.azure.resourcemanager.securityinsights.models.Availability
Connector Availability Status.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the isPreview property: Set connector as preview.status()
Get the status property: The connector Availability Status.void
validate()
Validates the instance.withIsPreview
(Boolean isPreview) Set the isPreview property: Set connector as preview.withStatus
(AvailabilityStatus status) Set the status property: The connector Availability Status.
-
Constructor Details
-
Availability
public Availability()
-
-
Method Details
-
status
Get the status property: The connector Availability Status.- Returns:
- the status value.
-
withStatus
Set the status property: The connector Availability Status.- Parameters:
status
- the status value to set.- Returns:
- the Availability object itself.
-
isPreview
Get the isPreview property: Set connector as preview.- Returns:
- the isPreview value.
-
withIsPreview
Set the isPreview property: Set connector as preview.- Parameters:
isPreview
- the isPreview value to set.- Returns:
- the Availability object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-