Get Linker Result
data class GetLinkerResult(val authInfo: Any? = null, val clientType: String? = null, val id: String, val name: String, val provisioningState: String, val secretStore: SecretStoreResponse? = null, val systemData: SystemDataResponse, val targetId: String? = null, val type: String, val vNetSolution: VNetSolutionResponse? = null)
Linker of source and target resource
Constructors
Link copied to clipboard
constructor(authInfo: Any? = null, clientType: String? = null, id: String, name: String, provisioningState: String, secretStore: SecretStoreResponse? = null, systemData: SystemDataResponse, targetId: String? = null, type: String, vNetSolution: VNetSolutionResponse? = null)