Class DataConnectorRequirementsStateInner
java.lang.Object
com.azure.resourcemanager.securityinsights.fluent.models.DataConnectorRequirementsStateInner
Data connector requirements status.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the authorizationState property: Authorization state for this connector.Get the licenseState property: License state for this connector.void
validate()
Validates the instance.withAuthorizationState
(DataConnectorAuthorizationState authorizationState) Set the authorizationState property: Authorization state for this connector.withLicenseState
(DataConnectorLicenseState licenseState) Set the licenseState property: License state for this connector.
-
Constructor Details
-
DataConnectorRequirementsStateInner
public DataConnectorRequirementsStateInner()
-
-
Method Details
-
authorizationState
Get the authorizationState property: Authorization state for this connector.- Returns:
- the authorizationState value.
-
withAuthorizationState
public DataConnectorRequirementsStateInner withAuthorizationState(DataConnectorAuthorizationState authorizationState) Set the authorizationState property: Authorization state for this connector.- Parameters:
authorizationState
- the authorizationState value to set.- Returns:
- the DataConnectorRequirementsStateInner object itself.
-
licenseState
Get the licenseState property: License state for this connector.- Returns:
- the licenseState value.
-
withLicenseState
Set the licenseState property: License state for this connector.- Parameters:
licenseState
- the licenseState value to set.- Returns:
- the DataConnectorRequirementsStateInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-