Interface DataConnectorRequirementsState
public interface DataConnectorRequirementsState
An immutable client-side representation of DataConnectorRequirementsState.
-
Method Summary
Modifier and TypeMethodDescriptionGets the authorizationState property: Authorization state for this connector.Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.DataConnectorRequirementsStateInner object.Gets the licenseState property: License state for this connector.
-
Method Details
-
authorizationState
DataConnectorAuthorizationState authorizationState()Gets the authorizationState property: Authorization state for this connector.- Returns:
- the authorizationState value.
-
licenseState
DataConnectorLicenseState licenseState()Gets the licenseState property: License state for this connector.- Returns:
- the licenseState value.
-
innerModel
DataConnectorRequirementsStateInner innerModel()Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.DataConnectorRequirementsStateInner object.- Returns:
- the inner object.
-