Agri Service Resource Properties Response
data class AgriServiceResourcePropertiesResponse(val config: AgriServiceConfigResponse? = null, val dataConnectorCredentials: List<DataConnectorCredentialMapResponse>? = null, val installedSolutions: List<InstalledSolutionMapResponse>? = null, val managedOnBehalfOfConfiguration: ManagedOnBehalfOfConfigurationResponse, val provisioningState: String)
Details of the Agriculture AgriDataManager.
Constructors
Link copied to clipboard
constructor(config: AgriServiceConfigResponse? = null, dataConnectorCredentials: List<DataConnectorCredentialMapResponse>? = null, installedSolutions: List<InstalledSolutionMapResponse>? = null, managedOnBehalfOfConfiguration: ManagedOnBehalfOfConfigurationResponse, provisioningState: String)
Properties
Link copied to clipboard
Config of the AgriService instance.
Link copied to clipboard
Data connector credentials of AgriService instance.
Link copied to clipboard
AgriService installed solutions.
Link copied to clipboard
Managed On Behalf Of Configuration.
Link copied to clipboard
The status of the last operation.